]> git.ipfire.org Git - thirdparty/git.git/commitdiff
refs: show --no-reflog in the help text
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 22:51:29 +0000 (14:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 22:51:29 +0000 (14:51 -0800)
We forgot that we must keep the documentation and help text in sync.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/refs.c

index c459507d514b37322e965207893a3335b886f824..44d592a94cf381bdf2093d0632674530d1f93ba6 100644 (file)
@@ -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]")