Skip to content

Commit e495afc

Browse files
artagnongitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 46b2a46 commit e495afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static const char *fmt_patch_subject_prefix = "PATCH";
3636
static const char *fmt_pretty;
3737

3838
static const char * const builtin_log_usage[] = {
39-
N_("git log [<options>] [<since>..<until>] [[--] <path>...]\n")
39+
N_("git log [<options>] [<revision range>] [[--] <path>...]\n")
4040
N_(" or: git show [options] <object>..."),
4141
NULL
4242
};

0 commit comments

Comments
 (0)