On Tue, Jan 13, 2015 at 11:54:06PM +0600, Alexander Kuleshov wrote:
> Signed-off-by: Alexander Kuleshov <[email protected]>
> ---
>  git-stash.sh | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/git-stash.sh b/git-stash.sh
> index 6846b18..6e30380 100755
> --- a/git-stash.sh
> +++ b/git-stash.sh
> @@ -9,7 +9,9 @@ USAGE="list [<options>]
>     or: $dashless branch <branchname> [<stash>]
>     or: $dashless [save [--patch] [-k|--[no-]keep-index] [-q|--quiet]
>                      [-u|--include-untracked] [-a|--all] [<message>]]
> -   or: $dashless clear"
> +   or: $dashless clear
> +   or: $dashless create [<message>]
> +   or: $dashless store [-m|--message <message>] [-q|--quiet] <commit>"
>  
>  SUBDIRECTORY_OK=Yes
>  OPTIONS_SPEC=

Considering the man page says create & store are intended for scripts
and "probably not the command you want to use", why would we want it in
the synopsis?

-- 
Scott Schmit

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to