diff --git a/src/doc/man/cargo-tree.md b/src/doc/man/cargo-tree.md index dc691e3461e..789de41716d 100644 --- a/src/doc/man/cargo-tree.md +++ b/src/doc/man/cargo-tree.md @@ -32,7 +32,7 @@ myproject v0.1.0 (/myproject) ``` Packages marked with `(*)` have been "de-duplicated". The dependencies for the -package have already been shown elswhere in the graph, and so are not +package have already been shown elsewhere in the graph, and so are not repeated. Use the `--no-dedupe` option to repeat the duplicates. The `-e` flag can be used to select the dependency kinds to display. The diff --git a/src/doc/man/generated_txt/cargo-tree.txt b/src/doc/man/generated_txt/cargo-tree.txt index d0a3828c4ed..d41180a0590 100644 --- a/src/doc/man/generated_txt/cargo-tree.txt +++ b/src/doc/man/generated_txt/cargo-tree.txt @@ -25,7 +25,7 @@ DESCRIPTION └── cc v1.0.50 Packages marked with (*) have been "de-duplicated". The dependencies for - the package have already been shown elswhere in the graph, and so are + the package have already been shown elsewhere in the graph, and so are not repeated. Use the --no-dedupe option to repeat the duplicates. The -e flag can be used to select the dependency kinds to display. The diff --git a/src/doc/src/commands/cargo-tree.md b/src/doc/src/commands/cargo-tree.md index 96adb5ccd8b..f644a824452 100644 --- a/src/doc/src/commands/cargo-tree.md +++ b/src/doc/src/commands/cargo-tree.md @@ -32,7 +32,7 @@ myproject v0.1.0 (/myproject) ``` Packages marked with `(*)` have been "de-duplicated". The dependencies for the -package have already been shown elswhere in the graph, and so are not +package have already been shown elsewhere in the graph, and so are not repeated. Use the `--no-dedupe` option to repeat the duplicates. The `-e` flag can be used to select the dependency kinds to display. The diff --git a/src/etc/man/cargo-tree.1 b/src/etc/man/cargo-tree.1 index 73f27c6eee0..aec4d219c69 100644 --- a/src/etc/man/cargo-tree.1 +++ b/src/etc/man/cargo-tree.1 @@ -30,7 +30,7 @@ myproject v0.1.0 (/myproject) .RE .sp Packages marked with \fB(*)\fR have been "de\-duplicated". The dependencies for the -package have already been shown elswhere in the graph, and so are not +package have already been shown elsewhere in the graph, and so are not repeated. Use the \fB\-\-no\-dedupe\fR option to repeat the duplicates. .sp The \fB\-e\fR flag can be used to select the dependency kinds to display. The