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

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