Skip to content

Commit 8723493

Browse files
committed
Swift: correct typo
1 parent ede6bd8 commit 8723493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/codegen/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _parse_args() -> argparse.Namespace:
3232
help="output directory for QL stub/customization files (default %(default)s). Defines also the "
3333
"generated qll file importing every class file")
3434
p.add_argument("--ql-format", action="store_true", default=True,
35-
help="use codeql to autoformat QL files (which is the default default)")
35+
help="use codeql to autoformat QL files (which is the default)")
3636
p.add_argument("--no-ql-format", action="store_false", dest="ql_format", help="do not format QL files")
3737
p.add_argument("--codeql-binary", default="codeql", help="command to use for QL formatting (default %(default)s)")
3838
p.add_argument("--cpp-output", type=_abspath,

0 commit comments

Comments
 (0)