Skip to content

Commit 6dff5de

Browse files
committed
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 <[email protected]>
1 parent 89be7d2 commit 6dff5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/refs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "worktree.h"
99

1010
#define REFS_MIGRATE_USAGE \
11-
N_("git refs migrate --ref-format=<format> [--dry-run]")
11+
N_("git refs migrate --ref-format=<format> [--no-reflog] [--dry-run]")
1212

1313
#define REFS_VERIFY_USAGE \
1414
N_("git refs verify [--strict] [--verbose]")

0 commit comments

Comments
 (0)