From 59dec19758d4021512ac36ed21dc0cfc655df1fb Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 27 Jan 2025 04:47:00 +0100 Subject: [PATCH] fixup??? backfill: add builtin boilerplate Signed-off-by: Johannes Schindelin --- builtin/backfill.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/backfill.c b/builtin/backfill.c index 6fab33fccf4f7e..1cc6fd276a28ae 100644 --- a/builtin/backfill.c +++ b/builtin/backfill.c @@ -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);