Skip to content

Commit aa2a85e

Browse files
authored
Updated conan upload examples in reference (conan-io#736)
1 parent aef628d commit aa2a85e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎reference/commands/creator/upload.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ to list the remotes) will be used.
4848
4949
**Examples**:
5050
51-
Uploads a package recipe (conanfile.py and the exported files):
51+
Uploads a package recipe (*conanfile.py* and the exported files):
5252
5353
.. code-block:: bash
5454
@@ -71,15 +71,15 @@ between upload attempts:
7171
7272
.. code-block:: bash
7373
74-
$ conan upload "Op*" --all -r my_remote -c --retry 3 --retry_wait 10
74+
$ conan upload "Op*" --all -r my_remote -c --retry 3 --retry-wait 10
7575
7676
Upload packages without overwriting the recipe and packages if the recipe has changed:
7777
7878
.. code-block:: bash
7979
8080
$ conan upload OpenCV/1.4.0@lasote/stable --all --no-overwrite # defaults to --no-overwrite all
8181
82-
Upload packages without overwriting the recipe if the packages has changed:
82+
Upload packages without overwriting the recipe if the packages have changed:
8383
8484
.. code-block:: bash
8585

0 commit comments

Comments
 (0)