Merge branch 'ah/usage-strings'
* ah/usage-strings: standardize usage info string format
This commit is contained in:
@ -323,8 +323,8 @@ static int batch_objects(struct batch_options *opt)
|
||||
}
|
||||
|
||||
static const char * const cat_file_usage[] = {
|
||||
N_("git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"),
|
||||
N_("git cat-file (--batch|--batch-check) < <list_of_objects>"),
|
||||
N_("git cat-file (-t | -s | -e | -p | <type> | --textconv) <object>"),
|
||||
N_("git cat-file (--batch | --batch-check) < <list-of-objects>"),
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user