From b24dbd745013fc68c72943538f5d916b153e037f Mon Sep 17 00:00:00 2001 From: Surma Date: Thu, 12 Apr 2018 12:30:42 +0200 Subject: [PATCH] Mention Cargo.toml in manifest help description --- src/etc/man/cargo-bench.1 | 2 +- src/etc/man/cargo-check.1 | 2 +- src/etc/man/cargo-doc.1 | 2 +- src/etc/man/cargo-package.1 | 2 +- src/etc/man/cargo-run.1 | 2 +- src/etc/man/cargo-test.1 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.30.2