Signed-off-by: Mark Lodato <lodatom@xxxxxxxxx> --- builtin/diff.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/builtin/diff.c b/builtin/diff.c index ffcdd05..a716704 100644 --- a/builtin/diff.c +++ b/builtin/diff.c @@ -21,7 +21,7 @@ struct blobinfo { }; static const char builtin_diff_usage[] = -"git diff <options> <rev>{0,2} -- <path>*"; +"git diff [<options>] <rev>{0,2} [--] [<path>]*"; static void stuff_change(struct diff_options *opt, unsigned old_mode, unsigned new_mode, -- 1.7.0.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