Browse Source

builtin/log.c: make usage string consistent with doc

Replace '<since>..<until>' with '<revision range>', in accordance with
the documentation.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ramkumar Ramachandra 12 years ago committed by Junio C Hamano
parent
commit
e495afcd74
  1. 2
      builtin/log.c

2
builtin/log.c

@ -36,7 +36,7 @@ static const char *fmt_patch_subject_prefix = "PATCH"; @@ -36,7 +36,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>] [<since>..<until>] [[--] <path>...]\n")
N_("git log [<options>] [<revision range>] [[--] <path>...]\n")
N_(" or: git show [options] <object>..."),
NULL
};

Loading…
Cancel
Save