summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2015-01-13 23:54:06 +0600
committerJunio C Hamano <gitster@pobox.com>2015-01-13 10:55:20 -0800
commit3f84040aa484deef00488cd3e81a63160e73f6cd (patch)
tree190b6410246122d6622a7802d3f24cc1f8e9d7a0
parentfdf96a20acf96a6ac538df8113b2aafd6ed71d50 (diff)
downloadgit-ak/stash-store-create-help.tar.gz
stash: show "create" and "store" subcommands in usage-helpak/stash-store-create-help
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xgit-stash.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-stash.sh b/git-stash.sh
index d4cf818be9..7150f4539e 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=