Skip to content

Commit c20aec0

Browse files
jmarshallgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7bbc4e8 commit c20aec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-stash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ is also possible).
4444
OPTIONS
4545
-------
4646

47-
save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
47+
save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
4848

4949
Save your local modifications to a new 'stash', and run `git reset
5050
--hard` to revert them. The <message> part is optional and gives

0 commit comments

Comments
 (0)