Start the diff --no-index usage string with "usage:" instead of "fatal:". Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> --- diff-no-index.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/diff-no-index.c b/diff-no-index.c index 4ebc1db..a1f6fdf 100644 --- a/diff-no-index.c +++ b/diff-no-index.c @@ -201,7 +201,7 @@ void diff_no_index(struct rev_info *revs, return; } if (argc != i + 2) - die("git diff %s takes two paths", + usage("git diff %s <path> <path>", no_index ? "--no-index" : "[--no-index]"); diff_setup(&revs->diffopt); -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html