On Tue, Jan 13, 2015 at 11:54:06PM +0600, Alexander Kuleshov wrote: > Signed-off-by: Alexander Kuleshov <kuleshovmail@xxxxxxxxx> > --- > 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>>