Skip to content

Commit b7fcb58

Browse files
committed
Merge branch 'maint'
* maint: stash: mention --patch in usage string.
2 parents 37bae10 + dc89689 commit b7fcb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-stash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE="list [<options>]
77
or: $dashless drop [-q|--quiet] [<stash>]
88
or: $dashless ( pop | apply ) [--index] [-q|--quiet] [<stash>]
99
or: $dashless branch <branchname> [<stash>]
10-
or: $dashless [save [-k|--keep-index] [-q|--quiet] [<message>]]
10+
or: $dashless [save [--patch] [-k|--[no-]keep-index] [-q|--quiet] [<message>]]
1111
or: $dashless clear"
1212

1313
SUBDIRECTORY_OK=Yes

0 commit comments

Comments
 (0)