Merge branch 'ah/usage-strings'
* ah/usage-strings: standardize usage info string format
This commit is contained in:
@ -34,12 +34,12 @@
|
||||
#include "mailmap.h"
|
||||
|
||||
static const char * const builtin_commit_usage[] = {
|
||||
N_("git commit [options] [--] <pathspec>..."),
|
||||
N_("git commit [<options>] [--] <pathspec>..."),
|
||||
NULL
|
||||
};
|
||||
|
||||
static const char * const builtin_status_usage[] = {
|
||||
N_("git status [options] [--] <pathspec>..."),
|
||||
N_("git status [<options>] [--] <pathspec>..."),
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user