aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkhash.c')
-rw-r--r--scripts/mkhash.c5
1 files changed, 4 insertions, 1 deletions
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 <hash type> [<file>...]\n"
+ fprintf(stderr, "Usage: %s <hash type> [options] [<file>...]\n"
+ "Options:\n"
+ " -n Print filename(s)\n"
+ "\n"
"Supported hash types:", progname);
for (i = 0; i < ARRAY_SIZE(types); i++)