Skip to content

Commit

Permalink
refs.c: remove redundant translation markers
Browse files Browse the repository at this point in the history
Signed-off-by: Teng Long <[email protected]>
  • Loading branch information
dyrone committed Oct 4, 2024
1 parent e9356ba commit dc97a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/refs.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
N_("git refs migrate --ref-format=<format> [--dry-run]")

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

static int cmd_refs_migrate(int argc, const char **argv, const char *prefix)
{
Expand Down

0 comments on commit dc97a82

Please sign in to comment.