Update README.md with --print-build-identifiers switch

This commit is contained in:
Yannick Jadoul
2019-04-22 16:15:47 +02:00
parent 3f7a4d753f
commit ac4b62ca07
+5 -3
View File
@@ -152,9 +152,8 @@ Options
------- -------
``` ```
usage: cibuildwheel [-h] usage: cibuildwheel [-h] [--platform {auto,linux,macos,windows}]
[--output-dir OUTPUT_DIR] [--output-dir OUTPUT_DIR] [--print-build-identifiers]
[--platform PLATFORM]
[project_dir] [project_dir]
Build wheels for all the platforms. Build wheels for all the platforms.
@@ -175,6 +174,9 @@ optional arguments:
for all versions of Python at C:\PythonXX[-x64]. for all versions of Python at C:\PythonXX[-x64].
--output-dir OUTPUT_DIR --output-dir OUTPUT_DIR
Destination folder for the wheels. Destination folder for the wheels.
--print-build-identifiers
Print the build identifiers matched by the current
invocation and exit.
``` ```