mirror of
https://github.com/git/git.git
synced 2026-01-11 21:33:13 +09:00
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>
This commit is contained in:
parent
89be7d2774
commit
6dff5de1da
@ -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]")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user