From f575a6d950510838fc7a0a8954e41715c3187523 Mon Sep 17 00:00:00 2001 From: Surma Date: Thu, 12 Apr 2018 12:42:19 +0200 Subject: [PATCH] Remove parens --- src/etc/man/cargo-bench.1 | 2 +- src/etc/man/cargo-build.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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index 5b708b4e0..74c1675cd 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 (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index 18c16c63d..c2128a15f 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -88,7 +88,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index e4457ad72..7e348015d 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 (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1 index e955e08d0..d4af42453 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 manifestsrc/etc/man/cargo-doc.1 to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-package.1 b/src/etc/man/cargo-package.1 index 3f794ec5c..f541f5127 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 (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index f17bef232..354852648 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 (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index 40dcc5af3..45b99e183 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 (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP -- 2.30.2