X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff-helper.c;h=3fa50ee75b510c5396fe004160f80ddbe4955ca1;hb=e70a165d3db26dbab62e3430553a21d5e97b74ec;hp=07ccd7cc38d02843d339a9feb21088912f63dcba;hpb=e7baa4f45f4420a6d2da6a13e8959f8405c3ea19;p=git.git diff --git a/diff-helper.c b/diff-helper.c index 07ccd7cc..3fa50ee7 100644 --- a/diff-helper.c +++ b/diff-helper.c @@ -20,7 +20,7 @@ static void flush_them(int ac, const char **av) diff_flush(DIFF_FORMAT_PATCH, '\n'); } -static const char *diff_helper_usage = +static const char diff_helper_usage[] = "git-diff-helper [-z] [-O] [-S] [--pickaxe-all] [...]"; int main(int ac, const char **av) {