Skip to content

Commit

Permalink
0.1.11: args and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarinvs19 committed Aug 18, 2023
1 parent d694cc5 commit e8c035a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ Priority:
* then if not `--skip-dialog` new values will be from dialog
```
usage: utfuzz [options]
usage: utfuzz [-h] [--skip-dialog] [--use-config-file] [--generate-only-error-suite]
[-j JAVA] [-t TIMEOUT] [-p PROJECT_DIR] [-o OUTPUT_DIR]
[--sys-paths [SYS_PATHS ...]] [--analyze-targets [ANALYZE_TARGETS ...]]
[--requirements-file REQUIREMENTS_FILE] [--debug]
utfuzz is a Python fuzzing engine. It supports fuzzing of Python code and
generation reproducing code for error and regression suites
Expand Down
1 change: 0 additions & 1 deletion utfuzz/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
def parse() -> argparse.Namespace:
parser = argparse.ArgumentParser(
prog="utfuzz",
usage="utfuzz [options]",
description="utfuzz is a Python fuzzing engine. It supports fuzzing of Python code and generation reproducing "
"code for error and regression suites",
epilog="See also main website of UnitTestBot project: utbot.org",
Expand Down
4 changes: 2 additions & 2 deletions utfuzz_build/utfuzz.tar.gz
Git LFS file not shown

0 comments on commit e8c035a

Please sign in to comment.