]> git.ipfire.org Git - thirdparty/git.git/commitdiff
stash: mention --patch in usage string.
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Sat, 2 Jan 2010 16:35:32 +0000 (17:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Jan 2010 18:40:55 +0000 (10:40 -0800)
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh

index f796c2fe24f0eaec3de45bc5bf14f7dd2e29f4bd..3a0685f1893098e8f5c877f509183c8434e7c028 100755 (executable)
@@ -7,7 +7,7 @@ USAGE="list [<options>]
    or: $dashless drop [-q|--quiet] [<stash>]
    or: $dashless ( pop | apply ) [--index] [-q|--quiet] [<stash>]
    or: $dashless branch <branchname> [<stash>]
-   or: $dashless [save [-k|--keep-index] [-q|--quiet] [<message>]]
+   or: $dashless [save [--patch] [-k|--[no-]keep-index] [-q|--quiet] [<message>]]
    or: $dashless clear"
 
 SUBDIRECTORY_OK=Yes