Documentation/git-stash.txt: Adjust SYNOPSIS command syntax (2)
Adjust the command syntax to better reflect the call parameters: [save] [message...] => [save [<message>]]. Signed-off-by: Jari Aalto <jari.aalto AT cante.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
6ce8e44a1e
commit
71bda8b923
@ -9,7 +9,7 @@ SYNOPSIS
|
|||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git-stash' (list | show [<stash>] | apply [<stash>] | clear)
|
'git-stash' (list | show [<stash>] | apply [<stash>] | clear)
|
||||||
'git-stash' [save] [message...]
|
'git-stash' [save [<message>]]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
@ -36,11 +36,12 @@ is also possible).
|
|||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
|
|
||||||
save::
|
save [<message>]::
|
||||||
|
|
||||||
Save your local modifications to a new 'stash', and run `git-reset
|
Save your local modifications to a new 'stash', and run `git-reset
|
||||||
--hard` to revert them. This is the default action when no
|
--hard` to revert them. This is the default action when no
|
||||||
subcommand is given.
|
subcommand is given. The <message> part is optional and gives
|
||||||
|
the description along with the stashed state.
|
||||||
|
|
||||||
list::
|
list::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user