Skip to content

Commit

Permalink
Fix conan download help typo (#13430)
Browse files Browse the repository at this point in the history
fix help
  • Loading branch information
czoido authored Mar 13, 2023
1 parent 355595a commit ce9e819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/cli/commands/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def download(conan_api: ConanAPI, parser, *args):
parser.add_argument("--only-recipe", action='store_true', default=False,
help='Download only the recipe/s, not the binary packages.')
parser.add_argument('-p', '--package-query', default=None, action=OnceArgument,
help="Only upload packages matching a specific query. e.g: os=Windows AND "
help="Only download packages matching a specific query. e.g: os=Windows AND "
"(arch=x86 OR compiler=gcc)")
parser.add_argument("-r", "--remote", action=OnceArgument, required=True,
help='Download from this specific remote')
Expand Down

0 comments on commit ce9e819

Please sign in to comment.