Use angles for placeholders consistently
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
7c6eafa35a
commit
62b4698e55
@ -12,8 +12,8 @@
|
||||
static const char builtin_bundle_usage[] =
|
||||
"git bundle create <file> <git-rev-list args>\n"
|
||||
" or: git bundle verify <file>\n"
|
||||
" or: git bundle list-heads <file> [refname...]\n"
|
||||
" or: git bundle unbundle <file> [refname...]";
|
||||
" or: git bundle list-heads <file> [<refname>...]\n"
|
||||
" or: git bundle unbundle <file> [<refname>...]";
|
||||
|
||||
int cmd_bundle(int argc, const char **argv, const char *prefix)
|
||||
{
|
||||
|
Reference in New Issue
Block a user