diff --git a/docs/options.md b/docs/options.md index 4de7c313..abed069a 100644 --- a/docs/options.md +++ b/docs/options.md @@ -182,7 +182,7 @@ Platform-specific variants also available: ## Other -### `CIBW_BUILD_VERBOSITY` {: #test-extras} +### `CIBW_BUILD_VERBOSITY` {: #build-verbosity} > Increase/decrease the output of pip wheel An number from 1 to 3 to increase the level of verbosity (corresponding to invoking pip with `-v`, `-vv`, and `-vvv`), between -1 and -3 (`-q`, `-qq`, and `-qqq`), or just 0 (default verbosity). These flags are useful while debugging a build when the output of the actual build invoked by `pip wheel` is required.