blame, log: format usage strings similarly to those in documentation
[gitweb.git] / builtin / blame.c
index 0374fe8056acfe193d2cbd5c553b3de889b788fe..5710dcbec6c64ec04fb1d073c7c4e3277c3ccfbf 100644 (file)
 #include "line-range.h"
 #include "line-log.h"
 
-static char blame_usage[] = N_("git blame [options] [rev-opts] [rev] [--] file");
+static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] <file>");
 
 static const char *blame_opt_usage[] = {
        blame_usage,
        "",
-       N_("[rev-opts] are documented in git-rev-list(1)"),
+       N_("<rev-opts> are documented in git-rev-list(1)"),
        NULL
 };