Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2013-04-22 11:20:44 +0400
committerJunio C Hamano <gitster@pobox.com>2013-04-22 19:00:47 +0400
commite495afcd74ae703db9b396cd46ffc0da368e3905 (patch)
tree36991d8bbd7c7990fba8a6f3d4923b393cc52401 /builtin
parent46b2a46dd90f60b99faba8ee7c49c88cb58e0d8a (diff)
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>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/log.c b/builtin/log.c
index 8f0b2e84fe..4398abf3ae 100644
--- a/builtin/log.c
+++ b/builtin/log.c
@@ -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
};