Use parentheses and `...' where appropriate
Remove some stray usage of other bracket types and asterisks for the same purpose. Signed-off-by: Štěpán Němec <stepnem@gmail.com> Acked-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
01398df31c
commit
0adda9362a
@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
static const char pack_usage[] =
|
||||
"git pack-objects [{ -q | --progress | --all-progress }]\n"
|
||||
"git pack-objects [ -q | --progress | --all-progress ]\n"
|
||||
" [--all-progress-implied]\n"
|
||||
" [--max-pack-size=<n>] [--local] [--incremental]\n"
|
||||
" [--window=<n>] [--window-memory=<n>] [--depth=<n>]\n"
|
||||
|
||||
Reference in New Issue
Block a user