git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] stash: fix USAGE text
@ 2017-01-03 15:53 Marc Strapetz
  2017-01-03 15:53 ` [PATCH 2/2] stash: --[no-]include-untracked option for create Marc Strapetz
  2017-01-09  1:48 ` [PATCH 1/2] stash: fix USAGE text Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Marc Strapetz @ 2017-01-03 15:53 UTC (permalink / raw)
  To: git; +Cc: Marc Strapetz

Add missing usage description for stash subcommands
'create' and 'store'.

Signed-off-by: Marc Strapetz <marc.strapetz@syntevo.com>
---
 git-stash.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/git-stash.sh b/git-stash.sh
index 10c284d1a..c6b9db694 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=
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-09  1:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 15:53 [PATCH 1/2] stash: fix USAGE text Marc Strapetz
2017-01-03 15:53 ` [PATCH 2/2] stash: --[no-]include-untracked option for create Marc Strapetz
2017-01-09  1:48 ` [PATCH 1/2] stash: fix USAGE text Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).