From: John Marshall Date: Fri, 21 Feb 2014 17:25:24 +0000 (+0000) Subject: stash doc: mention short form -k in save description X-Git-Tag: v2.0.0-rc0~119^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c20aec05e35f4f0e62e892b335aebebd6196ca92;p=thirdparty%2Fgit.git stash doc: mention short form -k in save description Document --keep-index's short form -k in both main synopsis and the save synopsis in the Options section. Signed-off-by: John Marshall Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index db7e803038..375213fe46 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -44,7 +44,7 @@ is also possible). OPTIONS ------- -save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] []:: +save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] []:: Save your local modifications to a new 'stash', and run `git reset --hard` to revert them. The part is optional and gives