summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:17:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:17:20 +0900
commitbabe3f45019ecfde96339b773036d4288a1819da (patch)
tree34dece0e3d2bc84b23f21d0f9b94a9a5780cd73c /builtin/for-each-ref.c
parent06f1b8df6f3f90746c8ed50296e467e540531d8f (diff)
downloadgit-babe3f45019ecfde96339b773036d4288a1819da.tar.gz
git-babe3f45019ecfde96339b773036d4288a1819da.tar.bz2
git-babe3f45019ecfde96339b773036d4288a1819da.zip
Imported Upstream version 2.29.0upstream/2.29.0
Diffstat (limited to 'builtin/for-each-ref.c')
-rw-r--r--builtin/for-each-ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/for-each-ref.c b/builtin/for-each-ref.c
index 57489e4e..9d1ecda2 100644
--- a/builtin/for-each-ref.c
+++ b/builtin/for-each-ref.c
@@ -9,7 +9,7 @@
static char const * const for_each_ref_usage[] = {
N_("git for-each-ref [<options>] [<pattern>]"),
N_("git for-each-ref [--points-at <object>]"),
- N_("git for-each-ref [(--merged | --no-merged) [<commit>]]"),
+ N_("git for-each-ref [--merged [<commit>]] [--no-merged [<commit>]]"),
N_("git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"),
NULL
};