builtin/log.c: make usage string consistent with doc
authorRamkumar Ramachandra <artagnon@gmail.com>
Mon, 22 Apr 2013 07:20:44 +0000 (12:50 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Apr 2013 15:00:47 +0000 (08:00 -0700)
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>
builtin/log.c
index 8f0b2e84fef5d1b9c07ea8846c9fbc1318d8d51b..4398abf3aec23c5ca258e861cf93c763bea2c7cc 100644 (file)
@@ -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
 };