We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ab3bb commit 0996f60Copy full SHA for 0996f60
2 files changed
README.md
@@ -22,7 +22,7 @@ Or to run __gyp-next__ directly without installing it:
22
* `uvx --from=gyp-next gyp --help`
23
```
24
NOTE: running app 'gyp' from 'gyp-next'
25
-usage: usage: gyp [options ...] [build_file ...]
+usage: gyp [options ...] [build_file ...]
26
27
options:
28
-h, --help show this help message and exit
pylib/gyp/__init__.py
@@ -345,7 +345,7 @@ def parse_args(self, *args):
345
346
def gyp_main(args):
347
my_name = os.path.basename(sys.argv[0])
348
- usage = "usage: %(prog)s [options ...] [build_file ...]"
+ usage = "%(prog)s [options ...] [build_file ...]"
349
350
parser = RegeneratableOptionParser(usage=usage.replace("%s", "%(prog)s"))
351
parser.add_argument(
0 commit comments