Home | History | Annotate | Download | only in utils

Lines Matching full:help

4 This is a generic fuzz testing tool, see --help for more information.
203 parser.add_option("-v", "--verbose", help="Show more output",
205 parser.add_option("-s", "--succinct", help="Reduce amount of output",
209 group.add_option("", "--expected-exit-code", help="Set expected exit code",
213 help="Set additional expected exit code",
217 help="Capture test logs to an output directory",
221 help="Log all outputs (not just failures)",
227 help="Add an input file to fuzz",
230 help="Add a list of inputs files to fuzz (one per line)",
236 help="Characters to insert/replace",
239 action="append", help="Add a replacement string to use",
242 help="Add a list of replacement strings (one per line)",
244 group.add_option("", "--no-delete", help="Don't delete characters",
246 group.add_option("", "--no-insert", help="Don't insert strings",
248 group.add_option("", "--no-replace", help="Don't replace strings",
250 group.add_option("", "--no-revert", help="Don't revert changes",
252 group.add_option("", "--stop-on-fail", help="Stop on first failure",
257 group.add_option("", "--test", help="Run a particular test",
259 group.add_option("", "--max-tests", help="Maximum number of tests",
262 help="Randomly select an input byte as well as fuzzing",