]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/for-each-ref.c
ref-filter: allow merged and no-merged filters
[thirdparty/git.git] / builtin / for-each-ref.c
index 57489e4eab1c16d94806e82471371b9be574d9ef..9d1ecda2b8f3476574ba6368de486c5c86db1afc 100644 (file)
@@ -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
 };