From: Junio C Hamano Date: Mon, 3 Mar 2025 22:51:29 +0000 (-0800) Subject: refs: show --no-reflog in the help text X-Git-Tag: v2.49.0-rc2~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dff5de1da7157de20310b10e5a0c09953dbb4bb;p=thirdparty%2Fgit.git 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 --- diff --git a/builtin/refs.c b/builtin/refs.c 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= [--dry-run]") + N_("git refs migrate --ref-format= [--no-reflog] [--dry-run]") #define REFS_VERIFY_USAGE \ N_("git refs verify [--strict] [--verbose]")