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>
This commit is contained in:

committed by
Junio C Hamano

parent
959d670d1a
commit
9164d97a63
@ -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"
|
||||
|
Reference in New Issue
Block a user