standardize usage info string format
[gitweb.git] / builtin / commit.c
index 7d90c3591567d10f9a075ec38048b93923f707d4..6716e11b8dbd2a73cd875b528c0471703f0adfb3 100644 (file)
 #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
 };