From: Surma Date: Thu, 12 Apr 2018 10:30:42 +0000 (+0200) Subject: Mention Cargo.toml in manifest help description X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~76^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b24dbd745013fc68c72943538f5d916b153e037f;p=cargo.git Mention Cargo.toml in manifest help description --- diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index dfb9ee4ec..5b708b4e0 100644 --- a/src/etc/man/cargo-bench.1 +++ b/src/etc/man/cargo-bench.1 @@ -99,7 +99,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest to compile. +Path to the manifest (Cargo.toml) to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index 0931bf0e9..e4457ad72 100644 --- a/src/etc/man/cargo-check.1 +++ b/src/etc/man/cargo-check.1 @@ -88,7 +88,7 @@ Check for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest to compile. +Path to the manifest (Cargo.toml) to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1 index f910957c6..e955e08d0 100644 --- a/src/etc/man/cargo-doc.1 +++ b/src/etc/man/cargo-doc.1 @@ -73,7 +73,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest to compile. +Path to the manifestsrc/etc/man/cargo-doc.1 to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-package.1 b/src/etc/man/cargo-package.1 index fc703b2fa..3f794ec5c 100644 --- a/src/etc/man/cargo-package.1 +++ b/src/etc/man/cargo-package.1 @@ -32,7 +32,7 @@ Ignore warnings about a lack of human\-usable metadata. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest to compile. +Path to the manifest (Cargo.toml) to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index 80473d2be..f17bef232 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -67,7 +67,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest to compile. +Path to the manifest (Cargo.toml) to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index 2d9907f0b..40dcc5af3 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -123,7 +123,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest to compile. +Path to the manifest (Cargo.toml) to compile. .RS .RE .TP