Skip to content

Commit

Permalink
fixup??? backfill: add builtin boilerplate
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 27, 2025
1 parent 2f52c96 commit 59dec19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/backfill.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ int cmd_backfill(int argc, const char **argv, const char *prefix, struct reposit
OPT_END(),
};

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

argc = parse_options(argc, argv, prefix, options, builtin_backfill_usage,
0);
Expand Down

0 comments on commit 59dec19

Please sign in to comment.