Skip to content

Commit 40acafe

Browse files
authored
Fix comment about --no-auto-initial-contents (#8636)
#5943 changed the default from disabled to enabled but comment was left unchanged.
1 parent 1251efb commit 40acafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test/shared.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ def parse_args(args):
9595
parser.add_argument(
9696
'--no-auto-initial-contents', dest='auto_initial_contents',
9797
action='store_false', default=True,
98-
help='Select important initial contents automaticaly in fuzzer. '
99-
'Default: disabled.')
98+
help='Disables the automatic selection of important initial contents '
99+
'in fuzzer.')
100100

101101
return parser.parse_args(args)
102102

0 commit comments

Comments
 (0)