diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-04-06 15:42:50 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-04-06 15:42:50 -0700 |
| commit | a2dc76525117e69f19afb54fec298f3d9ef76499 (patch) | |
| tree | 86c3405a883c1064b9fbdc5dfa5bf132420ed7ef /builtin | |
| parent | e44fbc2afa6970f08bdce307f0d52b880d4decaa (diff) | |
| parent | 3402850ee16f5a7a05d68cb29271a0e558659aaa (diff) | |
| download | git-a2dc76525117e69f19afb54fec298f3d9ef76499.tar.xz | |
Merge branch 'qb/doc-git-stash-push-optionality'
Doc update.
* qb/doc-git-stash-push-optionality:
docs: fix "git stash [push]" documentation
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/stash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/stash.c b/builtin/stash.c index 95c5005b0b..0d27b2fb1f 100644 --- a/builtin/stash.c +++ b/builtin/stash.c @@ -50,10 +50,10 @@ #define BUILTIN_STASH_STORE_USAGE \ N_("git stash store [(-m | --message) <message>] [-q | --quiet] <commit>") #define BUILTIN_STASH_PUSH_USAGE \ - N_("git stash [push [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]\n" \ + N_("git stash [push] [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]\n" \ " [-u | --include-untracked] [-a | --all] [(-m | --message) <message>]\n" \ " [--pathspec-from-file=<file> [--pathspec-file-nul]]\n" \ - " [--] [<pathspec>...]]") + " [--] [<pathspec>...]") #define BUILTIN_STASH_SAVE_USAGE \ N_("git stash save [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]\n" \ " [-u | --include-untracked] [-a | --all] [<message>]") |
