Skip to content

Commit ad94d26

Browse files
authored
update help commands (conan-io#1315)
* update help * update equal sign
1 parent ae30774 commit ad94d26

File tree

4 files changed

+28
-14
lines changed

4 files changed

+28
-14
lines changed

reference/commands/consumer/install.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ generators.
6262
binary packages. --build=never Never build, use binary
6363
packages or fail if a binary package is not found.
6464
--build=missing Build from code if a binary package is
65-
not found. --build=outdated Build from code if the
66-
binary is not built with the current recipe or when
67-
missing binary package. --build=[pattern] Build always
68-
these packages from source, but never build the
65+
not found. --build=cascade Will build from code all
66+
the nodes with some dependency being built (for any
67+
reason). Can be used together with any other build
68+
policy. Useful to make sure that any new change
69+
introduced in a dependency is incorporated by building
70+
again the package. --build=outdated Build from code if
71+
the binary is not built with the current recipe or
72+
when missing binary package. --build=[pattern] Build
73+
always these packages from source, but never build the
6974
others. Allows multiple --build parameters. 'pattern'
7075
is a fnmatch file pattern of a package reference.
7176
Default behavior: If you don't specify anything, it

reference/commands/creator/create.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,15 @@ to know more about 'test_folder' project.
6666
binary packages. --build=never Never build, use binary
6767
packages or fail if a binary package is not found.
6868
--build=missing Build from code if a binary package is
69-
not found. --build=outdated Build from code if the
70-
binary is not built with the current recipe or when
71-
missing binary package. --build=[pattern] Build always
72-
these packages from source, but never build the
69+
not found. --build=cascade Will build from code all
70+
the nodes with some dependency being built (for any
71+
reason). Can be used together with any other build
72+
policy. Useful to make sure that any new change
73+
introduced in a dependency is incorporated by building
74+
again the package. --build=outdated Build from code if
75+
the binary is not built with the current recipe or
76+
when missing binary package. --build=[pattern] Build
77+
always these packages from source, but never build the
7378
others. Allows multiple --build parameters. 'pattern'
7479
is a fnmatch file pattern of a package reference.
7580
Default behavior: If you don't specify anything, it

reference/commands/creator/test.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,15 @@ to be tested must exist in the local cache or in any configured remote.
3636
binary packages. --build=never Never build, use binary
3737
packages or fail if a binary package is not found.
3838
--build=missing Build from code if a binary package is
39-
not found. --build=outdated Build from code if the
40-
binary is not built with the current recipe or when
41-
missing binary package. --build=[pattern] Build always
42-
these packages from source, but never build the
39+
not found. --build=cascade Will build from code all
40+
the nodes with some dependency being built (for any
41+
reason). Can be used together with any other build
42+
policy. Useful to make sure that any new change
43+
introduced in a dependency is incorporated by building
44+
again the package. --build=outdated Build from code if
45+
the binary is not built with the current recipe or
46+
when missing binary package. --build=[pattern] Build
47+
always these packages from source, but never build the
4348
others. Allows multiple --build parameters. 'pattern'
4449
is a fnmatch file pattern of a package reference.
4550
Default behavior: If you don't specify anything, it

reference/commands/creator/upload.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ If no remote is specified, the first configured remote (by default conan-center,
4444
before upload
4545
-c, --confirm Upload all matching recipes without confirmation
4646
--retry RETRY In case of fail retries to upload again the specified
47-
times. Defaulted to 2
48-
47+
times.
4948
--retry-wait RETRY_WAIT
5049
Waits specified seconds before retry again
5150
-no [{all,recipe}], --no-overwrite [{all,recipe}]

0 commit comments

Comments
 (0)