Post 2.3 cycle (batch #1)
[gitweb.git] / builtin / commit.c
index 5cd1478ebfdae36a8112c7f93f9017b54954cf44..7f467133b88c10e2440c878a0218bee981b3acd7 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
 };