Merge branch 'ah/usage-strings'

* ah/usage-strings:
  standardize usage info string format
This commit is contained in:
Junio C Hamano
2015-02-11 13:44:19 -08:00
64 changed files with 108 additions and 104 deletions

View File

@ -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
};