We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c2ba49 + 51d9ed5 commit 10fa89aCopy full SHA for 10fa89a
builtin/for-each-ref.c
@@ -46,7 +46,7 @@ int cmd_for_each_ref(int argc,
46
OPT_GROUP(""),
47
OPT_INTEGER( 0 , "count", &format.array_opts.max_count, N_("show only <n> matched refs")),
48
OPT_STRING( 0 , "format", &format.format, N_("format"), N_("format to use for the output")),
49
- OPT_STRING( 0 , "start-after", &filter.start_after, N_("start-after"), N_("start iteration after the provided marker")),
+ OPT_STRING( 0 , "start-after", &filter.start_after, N_("marker"), N_("start iteration after the provided marker")),
50
OPT__COLOR(&format.use_color, N_("respect format colors")),
51
OPT_REF_FILTER_EXCLUDE(&filter),
52
OPT_REF_SORT(&sorting_options),
0 commit comments