diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2010-01-02 17:35:32 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-02 10:40:55 -0800 |
commit | dc89689e86c991c3ebb4d0b6c0cce223ea8e6e47 (patch) | |
tree | 5701b98a82fb9985141cfb70782fa444960ccb39 /git-stash.sh | |
parent | 9bfff3ae5fdf1dcd0705056f7f9a42e81548797e (diff) | |
download | git-dc89689e86c991c3ebb4d0b6c0cce223ea8e6e47.tar.gz |
stash: mention --patch in usage string.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-stash.sh')
-rwxr-xr-x | git-stash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-stash.sh b/git-stash.sh index f796c2fe24..3a0685f189 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -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 |