diff options
author | Jean-Noël Avila <jn.avila@free.fr> | 2022-01-31 23:07:49 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-02-04 22:58:28 +0100 |
commit | 9164d97a63b31614a52571d708f1ef151b97db71 (patch) | |
tree | 24a032b50c4fa7afe11eaab7c1ae227bbe891c7a /builtin/rev-list.c | |
parent | i18n: remove from i18n strings that do not hold translatable parts (diff) | |
download | git-9164d97a63b31614a52571d708f1ef151b97db71.tar.xz 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/rev-list.c')
-rw-r--r-- | builtin/rev-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/rev-list.c b/builtin/rev-list.c index 777558e9b0..38528c7f15 100644 --- a/builtin/rev-list.c +++ b/builtin/rev-list.c @@ -20,7 +20,7 @@ #include "packfile.h" static const char rev_list_usage[] = -"git rev-list [OPTION] <commit-id>... [ -- paths... ]\n" +"git rev-list [<options>] <commit-id>... [-- <path>...]\n" " limiting output:\n" " --max-count=<n>\n" " --max-age=<epoch>\n" |