@leroysheep / LeeRoySheep / commits / 6dff5de1da

refs: show --no-reflog in the help text

We forgot that we must keep the documentation and help text in sync. Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Mar 3, 2025 at 14:51 UTC 6dff5de1da7157de20310b10e5a0c09953dbb4bb
1 file changed +1 -1
builtin/refs.c
+1 -1
index c459507d51..44d592a94c 100644 --- a/builtin/refs.c +++ b/builtin/refs.c @@ -8,7 +8,7 @@ #include "worktree.h" #define REFS_MIGRATE_USAGE \ - N_("git refs migrate --ref-format=<format> [--dry-run]") + N_("git refs migrate --ref-format=<format> [--no-reflog] [--dry-run]") #define REFS_VERIFY_USAGE \ N_("git refs verify [--strict] [--verbose]")