File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ them from one user to another.
20
20
user_channel Destination user/channel. e.g., lasote/testing
21
21
22
22
optional arguments:
23
- -h, --help show this help message and exit
23
+ -h, --help show this help message and exit
24
24
-p PACKAGE, --package PACKAGE
25
- copy specified package ID
25
+ copy specified package ID [DEPRECATED: use full reference instead]
26
26
--all Copy all packages from the specified package recipe
27
27
--force Override destination packages and the package recipe
28
28
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ If no remote is specified, it will use the default remote.
26
26
-h, --help show this help message and exit
27
27
-p PACKAGE, --package PACKAGE
28
28
Force install specified package ID (ignore
29
- settings/options)
29
+ settings/options) [DEPRECATED: use full reference instead]
30
30
-r REMOTE, --remote REMOTE
31
31
look in the specified remote server
32
32
-re, --recipe Downloads only the recipe
@@ -44,7 +44,7 @@ If no remote is specified, it will use the default remote.
44
44
45
45
.. code-block :: bash
46
46
47
- $ conan download OpenSSL/1.0.2i@conan/stable -r foo -p 8018a4df6e7d2b4630a814fa40c81b85b9182d2
47
+ $ conan download OpenSSL/1.0.2i@conan/stable:8018a4df6e7d2b4630a814fa40c81b85b9182d2 -r foo
48
48
49
49
- Download only the recipe of package **OpenSSL/1.0.2i@conan/stable ** from the remote **foo **:
50
50
You can’t perform that action at this time.
0 commit comments