Skip to content

Commit 6929fed

Browse files
committed
Remove extra arg
1 parent ce330a5 commit 6929fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parse_args.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ program
4343
JSON.parse
4444
)
4545
.option(
46-
'-s, --suite-params <jsonstring>, --suite-params <jsonstring>',
46+
'-s, --suite-params <jsonstring>',
4747
'DEPRECATED: Use --params instead',
4848
JSON.parse
4949
)

0 commit comments

Comments
 (0)