Skip to content

Commit

Permalink
Consistently use dashes when displaying built-products-dir argument.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=246988
<rdar://problem/101528104>

Reviewed by Jonathan Bedard.

* Tools/Scripts/generate-compile-commands:

Canonical link: https://commits.webkit.org/256031@main
  • Loading branch information
squelart authored and ryanhaddad committed Oct 26, 2022
1 parent 7ea03b2 commit 45cd338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Scripts/generate-compile-commands
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ parser = argparse.ArgumentParser(description='Generate compile_commands.json',
https://trac.webkit.org/wiki/Clangd
""")

parser.add_argument('built_products_dir', help='path to the build directory containing generated compile commands (ex: WebKitBuild/Release)')
parser.add_argument('built_products_dir', metavar='built-products-dir', help='path to the build directory containing generated compile commands (ex: WebKitBuild/Release)')
parser.add_argument('--delete-invalid', action='store_true', help='Delete any invalid json file')
opts = parser.parse_args()

Expand Down

0 comments on commit 45cd338

Please sign in to comment.