Skip to content

Commit d32c4ca

Browse files
committed
fixup??? backfill: add builtin boilerplate
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9ac300c commit d32c4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/backfill.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ int cmd_backfill(int argc, const char **argv, const char *prefix, struct reposit
139139
OPT_END(),
140140
};
141141

142-
if (argc == 2 && !strcmp(argv[1], "-h"))
143-
usage_with_options(builtin_backfill_usage, options);
142+
show_usage_with_options_if_asked(argc, argv,
143+
builtin_backfill_usage, options);
144144

145145
argc = parse_options(argc, argv, prefix, options, builtin_backfill_usage,
146146
0);

0 commit comments

Comments
 (0)