Skip to content

Commit 9526197

Browse files
max630gitster
authored andcommitted
blame: fix option name in error message
The option name used in blame's UI is `--reverse`. Signed-off-by: Max Kirillov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 441c4a4 commit 9526197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/blame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2677,7 +2677,7 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
26772677
sb.commits.compare = compare_commits_by_commit_date;
26782678
}
26792679
else if (contents_from)
2680-
die("--contents and --children do not blend well.");
2680+
die("--contents and --reverse do not blend well.");
26812681
else {
26822682
final_commit_name = prepare_initial(&sb);
26832683
sb.commits.compare = compare_commits_by_reverse_commit_date;

0 commit comments

Comments
 (0)