Skip to content

Commit

Permalink
fix a typo in FuzzilliCli/main.swift (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyutoon authored Feb 19, 2024
1 parent 60b39a8 commit 9d56c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FuzzilliCli/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 9d56c4b

Please sign in to comment.