diff --git a/src/doc/man/cargo-install.md b/src/doc/man/cargo-install.md index 793bfaf9718..ff149271a41 100644 --- a/src/doc/man/cargo-install.md +++ b/src/doc/man/cargo-install.md @@ -24,8 +24,8 @@ installed, and all executables are installed into the installation root's {{> description-install-root }} There are multiple sources from which a crate can be installed. The default -location is crates.io but the `--git`, `--path`, and `--registry` flags can -change this source. If the source contains more than one package (such as +source location is crates.io but the `--git`, `--path`, and `--registry` flags +can change this source. If the source contains more than one package (such as crates.io or a git repository with multiple crates) the _crate_ argument is required to indicate which crate should be installed. diff --git a/src/doc/man/generated_txt/cargo-install.txt b/src/doc/man/generated_txt/cargo-install.txt index 2294bbc63e7..7b162c85d35 100644 --- a/src/doc/man/generated_txt/cargo-install.txt +++ b/src/doc/man/generated_txt/cargo-install.txt @@ -30,10 +30,11 @@ DESCRIPTION o $HOME/.cargo There are multiple sources from which a crate can be installed. The - default location is crates.io but the --git, --path, and --registry - flags can change this source. If the source contains more than one - package (such as crates.io or a git repository with multiple crates) the - crate argument is required to indicate which crate should be installed. + default source location is crates.io but the --git, --path, and + --registry flags can change this source. If the source contains more + than one package (such as crates.io or a git repository with multiple + crates) the crate argument is required to indicate which crate should be + installed. Crates from crates.io can optionally specify the version they wish to install via the --version flags, and similarly packages from git diff --git a/src/doc/src/commands/cargo-install.md b/src/doc/src/commands/cargo-install.md index d1182304f3b..fd9b561fa50 100644 --- a/src/doc/src/commands/cargo-install.md +++ b/src/doc/src/commands/cargo-install.md @@ -26,8 +26,8 @@ The installation root is determined, in order of precedence: - `$HOME/.cargo` There are multiple sources from which a crate can be installed. The default -location is crates.io but the `--git`, `--path`, and `--registry` flags can -change this source. If the source contains more than one package (such as +source location is crates.io but the `--git`, `--path`, and `--registry` flags +can change this source. If the source contains more than one package (such as crates.io or a git repository with multiple crates) the _crate_ argument is required to indicate which crate should be installed. diff --git a/src/etc/man/cargo-install.1 b/src/etc/man/cargo-install.1 index 241078d0d6b..1914ad5b33d 100644 --- a/src/etc/man/cargo-install.1 +++ b/src/etc/man/cargo-install.1 @@ -42,8 +42,8 @@ The installation root is determined, in order of precedence: .RE .sp There are multiple sources from which a crate can be installed. The default -location is crates.io but the \fB\-\-git\fR, \fB\-\-path\fR, and \fB\-\-registry\fR flags can -change this source. If the source contains more than one package (such as +source location is crates.io but the \fB\-\-git\fR, \fB\-\-path\fR, and \fB\-\-registry\fR flags +can change this source. If the source contains more than one package (such as crates.io or a git repository with multiple crates) the \fIcrate\fR argument is required to indicate which crate should be installed. .sp