parse-options: add OPT_NONEG to the "contains" option
[gitweb.git] / builtin / for-each-ref.c
index df41fa035004e1cf8a0c7c9ff09081a47b944f38..1a5ed20f59eefef9c32ceee6916f05a82d4199f4 100644 (file)
@@ -8,8 +8,8 @@
 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) [<object>]]"),
-       N_("git for-each-ref [--contains [<object>]]"),
+       N_("git for-each-ref [(--merged | --no-merged) [<commit>]]"),
+       N_("git for-each-ref [--contains [<commit>]]"),
        NULL
 };