aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fast-export.c
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2022-01-31 22:07:49 +0000
committerJunio C Hamano <gitster@pobox.com>2022-02-04 13:58:28 -0800
commit9164d97a63b31614a52571d708f1ef151b97db71 (patch)
tree24a032b50c4fa7afe11eaab7c1ae227bbe891c7a /builtin/fast-export.c
parenti18n: remove from i18n strings that do not hold translatable parts (diff)
downloadgit-9164d97a63b31614a52571d708f1ef151b97db71.tar.gz
git-9164d97a63b31614a52571d708f1ef151b97db71.zip
i18n: fix some misformated placeholders in command synopsis
* add '<>' around arguments where missing * convert plurals into '...' forms This applies the style guide for documentation. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Reviewed-by: Phillip Wood <phillip.wood123@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/fast-export.c')
-rw-r--r--builtin/fast-export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/fast-export.c b/builtin/fast-export.c
index 9f1c730e58..510139e9b5 100644
--- a/builtin/fast-export.c
+++ b/builtin/fast-export.c
@@ -26,7 +26,7 @@
#include "commit-slab.h"
static const char *fast_export_usage[] = {
- N_("git fast-export [rev-list-opts]"),
+ N_("git fast-export [<rev-list-opts>]"),
NULL
};