diff --git a/scripts/mkhash.c b/scripts/mkhash.c index 0f5815f242..e26ca3a350 100644 --- a/scripts/mkhash.c +++ b/scripts/mkhash.c @@ -736,7 +736,10 @@ static int usage(const char *progname) { int i; - fprintf(stderr, "Usage: %s [...]\n" + fprintf(stderr, "Usage: %s [options] [...]\n" + "Options:\n" + " -n Print filename(s)\n" + "\n" "Supported hash types:", progname); for (i = 0; i < ARRAY_SIZE(types); i++)