File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
reference/commands/creator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
7676Upload 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
You can’t perform that action at this time.
0 commit comments