Code

parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse
[git.git] / git-stash.sh
index b9ace9970492aaf48472904d978d809d90ca33db..e6a586720978ec516d243590b0e403ed7ecfe36c 100755 (executable)
@@ -3,8 +3,8 @@
 
 dashless=$(basename "$0" | sed -e 's/-/ /')
 USAGE="list [<options>]
-   or: $dashless (show | drop | pop ) [<stash>]
-   or: $dashless apply [--index] [<stash>]
+   or: $dashless ( show | drop ) [<stash>]
+   or: $dashless ( pop | apply ) [--index] [<stash>]
    or: $dashless branch <branchname> [<stash>]
    or: $dashless [save [--keep-index] [<message>]]
    or: $dashless clear"