Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Nov 29, 2023
1 parent 9145028 commit 3f3fd45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conan/cli/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def install(conan_api, parser, *args):
parser.add_argument("--deployer-folder",
help="Deployer output folder, base build folder by default if not set")
parser.add_argument("--deployer-package", action="append",
help="Execute the deployment of the specific packages")
help="Execute the deploy() method of the packages matching "
"the provided patterns")
parser.add_argument("--build-require", action='store_true', default=False,
help='Whether the provided path is a build-require')
args = parser.parse_args(*args)
Expand Down

0 comments on commit 3f3fd45

Please sign in to comment.