Skip to content

Commit

Permalink
Improve qvm-copy --help output
Browse files Browse the repository at this point in the history
List the options and document -- as indicating end of options.

(cherry picked from commit b11de41)
  • Loading branch information
DemiMarie authored and marmarek committed Nov 5, 2024
1 parent ba1ff1f commit 96fdcf1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion qubes-rpc/qvm-copy
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,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."
Expand Down

0 comments on commit 96fdcf1

Please sign in to comment.