diff options
| author | Jean-Noël Avila <jn.avila@free.fr> | 2022-11-26 17:24:02 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-11-27 10:29:44 +0900 |
| commit | d1ddc4e3f6ef039d72f2291b13d38647ebb49067 (patch) | |
| tree | 127e6d1917887a1a74e4eb23a1155c2c4807d3b1 /builtin | |
| parent | tests: assert consistent whitespace in -h output (diff) | |
| download | git-d1ddc4e3f6ef039d72f2291b13d38647ebb49067.tar.gz git-d1ddc4e3f6ef039d72f2291b13d38647ebb49067.zip | |
i18n: fix command template placeholder format
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/revert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/revert.c b/builtin/revert.c index ee32c714a7..6a9b550a61 100644 --- a/builtin/revert.c +++ b/builtin/revert.c @@ -21,7 +21,7 @@ */ static const char * const revert_usage[] = { - N_("git revert [--[no-]edit] [-n] [-m parent-number] [-s] [-S[<keyid>]] <commit>..."), + N_("git revert [--[no-]edit] [-n] [-m <parent-number>] [-s] [-S[<keyid>]] <commit>..."), N_("git revert (--continue | --skip | --abort | --quit)"), NULL }; |
