summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kirillov <max@max630.net>2015-10-26 07:29:00 +0200
committerJunio C Hamano <gitster@pobox.com>2015-10-26 13:08:21 -0700
commit95261974bbc8cc1a32ed260f06a694cde86f732d (patch)
tree47cb74aa88f6cb6b955b4522c5be4fa4fc2cd5f1
parent441c4a40173fe1ee8a5c0094e587dfc47e2a6460 (diff)
downloadgit-mk/blame-error-message.tar.gz
blame: fix option name in error messagemk/blame-error-message
The option name used in blame's UI is `--reverse`. Signed-off-by: Max Kirillov <max@max630.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin/blame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/blame.c b/builtin/blame.c
index 303e217ae9..b547469015 100644
--- a/builtin/blame.c
+++ b/builtin/blame.c
@@ -2677,7 +2677,7 @@ parse_done:
sb.commits.compare = compare_commits_by_commit_date;
}
else if (contents_from)
- die("--contents and --children do not blend well.");
+ die("--contents and --reverse do not blend well.");
else {
final_commit_name = prepare_initial(&sb);
sb.commits.compare = compare_commits_by_reverse_commit_date;