Skip to content

Commit fc83c88

Browse files
committed
Merge pull request #1317 from modocache/patch-2
[swift-api-dump] Omit 'python' in usage (NFC)
2 parents 7c8049d + 9980b5b commit fc83c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift-api-dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def create_parser():
7373
parser = argparse.ArgumentParser(
7474
description="Dumps imported Swift APIs for a module or SDK",
7575
prog='swift-api-dump.py',
76-
usage='python swift-api-dump.py -s iphoneos')
76+
usage='%(prog)s -s iphoneos')
7777
parser.add_argument('-m', '--module', help='The module name.')
7878
parser.add_argument('-j', '--jobs', type=int, help='The number of parallel jobs to execute')
7979
parser.add_argument('-s', '--sdk', nargs='+', required=True, help="The SDKs to use.")

0 commit comments

Comments
 (0)