提交 71bda8b9 编写于 作者: J Jari Aalto 提交者: Junio C Hamano

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: NJunio C Hamano <gitster@pobox.com>
上级 6ce8e44a
......@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git-stash' (list | show [<stash>] | apply [<stash>] | clear)
'git-stash' [save] [message...]
'git-stash' [save [<message>]]
DESCRIPTION
-----------
......@@ -36,11 +36,12 @@ is also possible).
OPTIONS
-------
save::
save [<message>]::
Save your local modifications to a new 'stash', and run `git-reset
--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::
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册