From b11de416e989d3fbfd9b239e36ac73b6ab3b1736 Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Mon, 20 May 2024 20:19:32 -0400 Subject: [PATCH] Improve qvm-copy --help output List the options and document -- as indicating end of options. --- qubes-rpc/qvm-copy | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qubes-rpc/qvm-copy b/qubes-rpc/qvm-copy index 21a34327..e27e2d79 100755 --- a/qubes-rpc/qvm-copy +++ b/qubes-rpc/qvm-copy @@ -45,8 +45,13 @@ usage () { else echo "usage: $0 [--without-progress] [--ignore-symlinks] FILE [FILE ...]" fi + echo 'Options: + --ignore-symlinks Ignore symbolic links. + --without-progress Do not show a progress indicator. + -h, --help Show this message and exit. + -- Stop searching for options. - echo +' if [ "$OPERATION_TYPE" = "move" ]; then echo "Move FILE to ~/QubesIncoming/[THIS QUBE'S NAME]/ in the destination qube."