Signed-off-by: Yann Dirson <ydirson@xxxxxxxxxx> --- builtin/diff.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/builtin/diff.c b/builtin/diff.c index a43d326..8736225 100644 --- a/builtin/diff.c +++ b/builtin/diff.c @@ -22,7 +22,8 @@ struct blobinfo { }; static const char builtin_diff_usage[] = -"git diff <options> <rev>{0,2} -- <path>*"; +"git diff [<common diff options>] <commit>{0,2} -- <path>*" +COMMON_DIFF_OPTIONS_HELP; static void stuff_change(struct diff_options *opt, unsigned old_mode, unsigned new_mode, -- 1.7.2.3 -- 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