Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove arguments from conan_build_info --v2 as fixed in release 1.20.5 #1486

Merged
merged 1 commit into from
Dec 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions reference/commands/misc/conan_build_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ conan_build_info v2

.. code-block:: bash

usage: conan_build_info --v2 create [-h] --lockfile LOCKFILE
[--multi-module [MULTI_MODULE]]
[--skip-env [SKIP_ENV]] [--user [USER]]
usage: conan_build_info --v2 create [-h] --lockfile LOCKFILE [--user [USER]]
[--password [PASSWORD]] [--apikey [APIKEY]]
build_info_file

Expand All @@ -82,11 +80,6 @@ conan_build_info v2
optional arguments:
-h, --help show this help message and exit
--lockfile LOCKFILE input lockfile
--multi-module [MULTI_MODULE]
if enabled, the module_id will be identified by the
recipe reference plus the package ID
--skip-env [SKIP_ENV]
capture or not the environment
--user [USER] user
--password [PASSWORD]
password
Expand Down