From ac4b62ca07840e3972da75b6bb64a93a582018d9 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Mon, 22 Apr 2019 16:15:47 +0200 Subject: [PATCH] Update README.md with --print-build-identifiers switch --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3130b8f6..fec41842 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,8 @@ Options ------- ``` -usage: cibuildwheel [-h] - [--output-dir OUTPUT_DIR] - [--platform PLATFORM] +usage: cibuildwheel [-h] [--platform {auto,linux,macos,windows}] + [--output-dir OUTPUT_DIR] [--print-build-identifiers] [project_dir] Build wheels for all the platforms. @@ -174,7 +173,10 @@ optional arguments: you need to run in Windows, and it will build and test for all versions of Python at C:\PythonXX[-x64]. --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. ```