diff --git a/src/zzuf.c b/src/zzuf.c index ac86a6c..77d3ad4 100644 --- a/src/zzuf.c +++ b/src/zzuf.c @@ -567,7 +567,7 @@ static void usage(void) printf(" -c, --cmdline only fuzz files specified in the command line\n"); printf(" -d, --debug print debug messages\n"); printf(" -E, --exclude do not fuzz files matching \n"); - printf(" -F, --fork number of concurrent children (default 1)\n"); + printf(" -F, --max-forks number of concurrent children (default 1)\n"); printf(" -i, --stdin fuzz standard input\n"); printf(" -I, --include only fuzz files matching \n"); printf(" -n, --network fuzz network input\n");