From 9d56c4b08685e5dd82199eae9ebb68145a435f49 Mon Sep 17 00:00:00 2001 From: Tong Liu <57178900+Lyutoon@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:18:39 +0800 Subject: [PATCH] fix a typo in FuzzilliCli/main.swift (#404) --- Sources/FuzzilliCli/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/FuzzilliCli/main.swift b/Sources/FuzzilliCli/main.swift index 9a5a73b0a..3ae057e9b 100644 --- a/Sources/FuzzilliCli/main.swift +++ b/Sources/FuzzilliCli/main.swift @@ -32,7 +32,7 @@ Options: --engine=name : The fuzzing engine to use. Available engines: "mutation" (default), "hybrid", "multi". Only the mutation engine should be regarded stable at this point. --corpus=name : The corpus scheduler to use. Available schedulers: "basic" (default), "markov" - --logLevel=level : The log level to use. Valid values: "verbose", info", "warning", "error", "fatal" (default: "info"). + --logLevel=level : The log level to use. Valid values: "verbose", "info", "warning", "error", "fatal" (default: "info"). --maxIterations=n : Run for the specified number of iterations (default: unlimited). --maxRuntimeInHours=n : Run for the specified number of hours (default: unlimited). --timeout=n : Timeout in ms after which to interrupt execution of programs (default depends on the profile).