diff options
Diffstat (limited to 'src/tools/cargo/src/etc/man/cargo-publish.1')
-rw-r--r-- | src/tools/cargo/src/etc/man/cargo-publish.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/cargo/src/etc/man/cargo-publish.1 b/src/tools/cargo/src/etc/man/cargo-publish.1 index a54a7bcda..d18f9e690 100644 --- a/src/tools/cargo/src/etc/man/cargo-publish.1 +++ b/src/tools/cargo/src/etc/man/cargo-publish.1 @@ -184,7 +184,8 @@ May also be specified with the \fBnet.offline\fR \fIconfig value\fR <https://doc Number of parallel jobs to run. May also be specified with the \fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to the number of logical CPUs. If negative, it sets the maximum number of -parallel jobs to the number of logical CPUs plus provided value. +parallel jobs to the number of logical CPUs plus provided value. If +a string \fBdefault\fR is provided, it sets the value back to defaults. Should not be 0. .RE .sp |