Skip to content

Commit

Permalink
Merge branch 'ah/usage-strings' into maint
Browse files Browse the repository at this point in the history
A few usage string updates.

* ah/usage-strings:
  blame, log: format usage strings similarly to those in documentation
  • Loading branch information
Junio C Hamano committed Jun 16, 2015
2 parents afd647c + ce41720 commit 6588f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builtin/blame.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "line-log.h"
#include "dir.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,
Expand Down
2 changes: 1 addition & 1 deletion builtin/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static const char *fmt_patch_subject_prefix = "PATCH";
static const char *fmt_pretty;

static const char * const builtin_log_usage[] = {
N_("git log [<options>] [<revision range>] [[--] <path>...]"),
N_("git log [<options>] [<revision-range>] [[--] <path>...]"),
N_("git show [<options>] <object>..."),
NULL
};
Expand Down

0 comments on commit 6588f82

Please sign in to comment.