OSDN Git Service

stash doc: mention short form -k in save description
authorJohn Marshall <jm18@sanger.ac.uk>
Fri, 21 Feb 2014 17:25:24 +0000 (17:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2014 17:13:30 +0000 (09:13 -0800)
Document --keep-index's short form -k in both main synopsis and
the save synopsis in the Options section.

Signed-off-by: John Marshall <jm18@sanger.ac.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt

index db7e803..375213f 100644 (file)
@@ -44,7 +44,7 @@ is also possible).
 OPTIONS
 -------
 
-save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
+save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
 
        Save your local modifications to a new 'stash', and run `git reset
        --hard` to revert them.  The <message> part is optional and gives