From 9164d97a63b31614a52571d708f1ef151b97db71 Mon Sep 17 00:00:00 2001 From: Jean-Noël Avila Date: Mon, 31 Jan 2022 22:07:49 +0000 Subject: i18n: fix some misformated placeholders in command synopsis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add '<>' around arguments where missing * convert plurals into '...' forms This applies the style guide for documentation. Signed-off-by: Jean-Noël Avila Reviewed-by: Phillip Wood Signed-off-by: Junio C Hamano --- builtin/rev-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin/rev-list.c') 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] ... [ -- paths... ]\n" +"git rev-list [] ... [-- ...]\n" " limiting output:\n" " --max-count=\n" " --max-age=\n" -- cgit 1.2.3-korg