daemon: deglobalize hostname information
[gitweb.git] / builtin / commit.c
index 714638c5d625f370ce87f26b55375f874290ed95..6055c760f037617637eb7bffebe82213748b5e59 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
 };