Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Jan 2, 2020
1 parent bcaaa54 commit ffce941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ API fuzzer configuration
optional arguments:
-h, --help show this help message and exit
-s SRC_FILE, --src_file SRC_FILE
API definition file path
API definition file path. Currently only JSON format is supported
-r REPORT_DIR, --report_dir REPORT_DIR
Directory where error reports will be saved. Default is
temporally generated directory
Expand Down
2 changes: 1 addition & 1 deletion fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def json_data(arg_string):
parser.add_argument('-s', '--src_file',
type=str,
required=True,
help='API definition file path',
help='API definition file path. Currently only JSON format is supported',
dest='src_file')
parser.add_argument('-r', '--report_dir',
type=str,
Expand Down

0 comments on commit ffce941

Please sign in to comment.