mirror of
https://github.com/git/git.git
synced 2025-01-22 23:43:31 +08:00
Merge branch 'ah/pack-objects-usage-strings'
Usage string fix. * ah/pack-objects-usage-strings: pack-objects: place angle brackets around placeholders in usage strings
This commit is contained in:
commit
8746e30541
@ -25,8 +25,8 @@
|
|||||||
#include "argv-array.h"
|
#include "argv-array.h"
|
||||||
|
|
||||||
static const char *pack_usage[] = {
|
static const char *pack_usage[] = {
|
||||||
N_("git pack-objects --stdout [options...] [< ref-list | < object-list]"),
|
N_("git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"),
|
||||||
N_("git pack-objects [options...] base-name [< ref-list | < object-list]"),
|
N_("git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"),
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user