From ce3b75eda7b9cc8d8f20cbbaf7ccf2c7938a6c21 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Mon, 18 Mar 2024 10:56:09 +0100 Subject: [PATCH] chore: Fix minor grammar nit in command-line help A *very* minor grammar correction. "Require" used in this way is typically followed by the infinitive. --- crates/xtask-bump-check/src/xtask.rs | 4 ++-- src/bin/cargo/cli.rs | 4 ++-- src/doc/man/generated_txt/cargo-add.txt | 2 +- src/doc/man/generated_txt/cargo-bench.txt | 2 +- src/doc/man/generated_txt/cargo-build.txt | 2 +- src/doc/man/generated_txt/cargo-check.txt | 2 +- src/doc/man/generated_txt/cargo-clean.txt | 2 +- src/doc/man/generated_txt/cargo-doc.txt | 2 +- src/doc/man/generated_txt/cargo-fetch.txt | 2 +- src/doc/man/generated_txt/cargo-fix.txt | 2 +- src/doc/man/generated_txt/cargo-generate-lockfile.txt | 2 +- src/doc/man/generated_txt/cargo-install.txt | 2 +- src/doc/man/generated_txt/cargo-metadata.txt | 2 +- src/doc/man/generated_txt/cargo-package.txt | 2 +- src/doc/man/generated_txt/cargo-pkgid.txt | 2 +- src/doc/man/generated_txt/cargo-publish.txt | 2 +- src/doc/man/generated_txt/cargo-remove.txt | 2 +- src/doc/man/generated_txt/cargo-run.txt | 2 +- src/doc/man/generated_txt/cargo-rustc.txt | 2 +- src/doc/man/generated_txt/cargo-rustdoc.txt | 2 +- src/doc/man/generated_txt/cargo-test.txt | 2 +- src/doc/man/generated_txt/cargo-tree.txt | 2 +- src/doc/man/generated_txt/cargo-update.txt | 2 +- src/doc/man/generated_txt/cargo-vendor.txt | 2 +- src/doc/man/generated_txt/cargo-verify-project.txt | 2 +- src/doc/man/includes/options-locked.md | 2 +- src/doc/src/commands/cargo-add.md | 2 +- src/doc/src/commands/cargo-bench.md | 2 +- src/doc/src/commands/cargo-build.md | 2 +- src/doc/src/commands/cargo-check.md | 2 +- src/doc/src/commands/cargo-clean.md | 2 +- src/doc/src/commands/cargo-doc.md | 2 +- src/doc/src/commands/cargo-fetch.md | 2 +- src/doc/src/commands/cargo-fix.md | 2 +- src/doc/src/commands/cargo-generate-lockfile.md | 2 +- src/doc/src/commands/cargo-install.md | 2 +- src/doc/src/commands/cargo-metadata.md | 2 +- src/doc/src/commands/cargo-package.md | 2 +- src/doc/src/commands/cargo-pkgid.md | 2 +- src/doc/src/commands/cargo-publish.md | 2 +- src/doc/src/commands/cargo-remove.md | 2 +- src/doc/src/commands/cargo-run.md | 2 +- src/doc/src/commands/cargo-rustc.md | 2 +- src/doc/src/commands/cargo-rustdoc.md | 2 +- src/doc/src/commands/cargo-test.md | 2 +- src/doc/src/commands/cargo-tree.md | 2 +- src/doc/src/commands/cargo-update.md | 2 +- src/doc/src/commands/cargo-vendor.md | 2 +- src/doc/src/commands/cargo-verify-project.md | 2 +- src/etc/man/cargo-add.1 | 2 +- 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-clean.1 | 2 +- src/etc/man/cargo-doc.1 | 2 +- src/etc/man/cargo-fetch.1 | 2 +- src/etc/man/cargo-fix.1 | 2 +- src/etc/man/cargo-generate-lockfile.1 | 2 +- src/etc/man/cargo-install.1 | 2 +- src/etc/man/cargo-metadata.1 | 2 +- src/etc/man/cargo-package.1 | 2 +- src/etc/man/cargo-pkgid.1 | 2 +- src/etc/man/cargo-publish.1 | 2 +- src/etc/man/cargo-remove.1 | 2 +- src/etc/man/cargo-run.1 | 2 +- src/etc/man/cargo-rustc.1 | 2 +- src/etc/man/cargo-rustdoc.1 | 2 +- src/etc/man/cargo-test.1 | 2 +- src/etc/man/cargo-tree.1 | 2 +- src/etc/man/cargo-update.1 | 2 +- src/etc/man/cargo-vendor.1 | 2 +- src/etc/man/cargo-verify-project.1 | 2 +- tests/testsuite/cargo/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_add/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_bench/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_build/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_check/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_clean/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_config/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_doc/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_fetch/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_fix/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_generate_lockfile/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_help/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_init/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_install/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_locate_project/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_login/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_logout/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_metadata/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_new/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_owner/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_package/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_pkgid/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_publish/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_read_manifest/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_remove/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_report/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_run/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_rustc/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_rustdoc/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_search/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_test/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_tree/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_uninstall/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_update/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_vendor/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_verify_project/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_version/help/stdout.term.svg | 4 ++-- tests/testsuite/cargo_yank/help/stdout.term.svg | 4 ++-- 110 files changed, 150 insertions(+), 150 deletions(-) diff --git a/crates/xtask-bump-check/src/xtask.rs b/crates/xtask-bump-check/src/xtask.rs index 0e05b120ad0f..6f8dffc75d6b 100644 --- a/crates/xtask-bump-check/src/xtask.rs +++ b/crates/xtask-bump-check/src/xtask.rs @@ -53,8 +53,8 @@ pub fn cli() -> clap::Command { ) .arg(opt("base-rev", "Git revision to lookup for a baseline")) .arg(opt("head-rev", "Git revision with changes")) - .arg(flag("frozen", "Require Cargo.lock and cache are up to date").global(true)) - .arg(flag("locked", "Require Cargo.lock is up to date").global(true)) + .arg(flag("frozen", "Require Cargo.lock and cache to be up-to-date").global(true)) + .arg(flag("locked", "Require Cargo.lock to be up-to-date").global(true)) .arg(flag("offline", "Run without accessing the network").global(true)) .arg(multi_opt("config", "KEY=VALUE", "Override a configuration value").global(true)) .arg( diff --git a/src/bin/cargo/cli.rs b/src/bin/cargo/cli.rs index fc5896065605..40a8ae706e97 100644 --- a/src/bin/cargo/cli.rs +++ b/src/bin/cargo/cli.rs @@ -640,12 +640,12 @@ See 'cargo help <>' for more information on a sp .value_parser(clap::builder::ValueParser::path_buf()), ) .arg( - flag("frozen", "Require Cargo.lock and cache are up to date") + flag("frozen", "Require Cargo.lock and cache to be up-to-date") .help_heading(heading::MANIFEST_OPTIONS) .global(true), ) .arg( - flag("locked", "Require Cargo.lock is up to date") + flag("locked", "Require Cargo.lock to be up-to-date") .help_heading(heading::MANIFEST_OPTIONS) .global(true), ) diff --git a/src/doc/man/generated_txt/cargo-add.txt b/src/doc/man/generated_txt/cargo-add.txt index d9ec429c21a0..7b17dec49fc1 100644 --- a/src/doc/man/generated_txt/cargo-add.txt +++ b/src/doc/man/generated_txt/cargo-add.txt @@ -172,7 +172,7 @@ OPTIONS Add dependencies to only the specified package. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-bench.txt b/src/doc/man/generated_txt/cargo-bench.txt index a7013a077640..ee918591f7b3 100644 --- a/src/doc/man/generated_txt/cargo-bench.txt +++ b/src/doc/man/generated_txt/cargo-bench.txt @@ -339,7 +339,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-build.txt b/src/doc/man/generated_txt/cargo-build.txt index db39e2011a3d..bcb544876a41 100644 --- a/src/doc/man/generated_txt/cargo-build.txt +++ b/src/doc/man/generated_txt/cargo-build.txt @@ -273,7 +273,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-check.txt b/src/doc/man/generated_txt/cargo-check.txt index 5a3ea18f4ca0..cc5f856d8998 100644 --- a/src/doc/man/generated_txt/cargo-check.txt +++ b/src/doc/man/generated_txt/cargo-check.txt @@ -258,7 +258,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-clean.txt b/src/doc/man/generated_txt/cargo-clean.txt index d6b7facf4e10..d9979f5dd5b3 100644 --- a/src/doc/man/generated_txt/cargo-clean.txt +++ b/src/doc/man/generated_txt/cargo-clean.txt @@ -92,7 +92,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-doc.txt b/src/doc/man/generated_txt/cargo-doc.txt index f34e08df9cd1..ef82965097f1 100644 --- a/src/doc/man/generated_txt/cargo-doc.txt +++ b/src/doc/man/generated_txt/cargo-doc.txt @@ -229,7 +229,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-fetch.txt b/src/doc/man/generated_txt/cargo-fetch.txt index 1c30a3540f48..bc71ee6cc949 100644 --- a/src/doc/man/generated_txt/cargo-fetch.txt +++ b/src/doc/man/generated_txt/cargo-fetch.txt @@ -72,7 +72,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-fix.txt b/src/doc/man/generated_txt/cargo-fix.txt index 474c2beb38f5..06f1529bc3ec 100644 --- a/src/doc/man/generated_txt/cargo-fix.txt +++ b/src/doc/man/generated_txt/cargo-fix.txt @@ -331,7 +331,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-generate-lockfile.txt b/src/doc/man/generated_txt/cargo-generate-lockfile.txt index 17f2a37ab7cd..fe255b9e2ec6 100644 --- a/src/doc/man/generated_txt/cargo-generate-lockfile.txt +++ b/src/doc/man/generated_txt/cargo-generate-lockfile.txt @@ -47,7 +47,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-install.txt b/src/doc/man/generated_txt/cargo-install.txt index 7b162c85d352..0dbd091ead3c 100644 --- a/src/doc/man/generated_txt/cargo-install.txt +++ b/src/doc/man/generated_txt/cargo-install.txt @@ -243,7 +243,7 @@ OPTIONS Manifest Options --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-metadata.txt b/src/doc/man/generated_txt/cargo-metadata.txt index b392290c30e7..b8ca5f779c6b 100644 --- a/src/doc/man/generated_txt/cargo-metadata.txt +++ b/src/doc/man/generated_txt/cargo-metadata.txt @@ -405,7 +405,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-package.txt b/src/doc/man/generated_txt/cargo-package.txt index 195b35144cd9..8c57f9083e24 100644 --- a/src/doc/man/generated_txt/cargo-package.txt +++ b/src/doc/man/generated_txt/cargo-package.txt @@ -159,7 +159,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-pkgid.txt b/src/doc/man/generated_txt/cargo-pkgid.txt index e9b1474e8c3f..f532f0ab93ef 100644 --- a/src/doc/man/generated_txt/cargo-pkgid.txt +++ b/src/doc/man/generated_txt/cargo-pkgid.txt @@ -85,7 +85,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-publish.txt b/src/doc/man/generated_txt/cargo-publish.txt index ab1337d3c638..5acb10d7635d 100644 --- a/src/doc/man/generated_txt/cargo-publish.txt +++ b/src/doc/man/generated_txt/cargo-publish.txt @@ -129,7 +129,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-remove.txt b/src/doc/man/generated_txt/cargo-remove.txt index 53451c28952b..5ea3c70153bd 100644 --- a/src/doc/man/generated_txt/cargo-remove.txt +++ b/src/doc/man/generated_txt/cargo-remove.txt @@ -62,7 +62,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-run.txt b/src/doc/man/generated_txt/cargo-run.txt index 00e629337fe7..834710cf1ea5 100644 --- a/src/doc/man/generated_txt/cargo-run.txt +++ b/src/doc/man/generated_txt/cargo-run.txt @@ -177,7 +177,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-rustc.txt b/src/doc/man/generated_txt/cargo-rustc.txt index 866361e936f6..0a84ad67e3ca 100644 --- a/src/doc/man/generated_txt/cargo-rustc.txt +++ b/src/doc/man/generated_txt/cargo-rustc.txt @@ -275,7 +275,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-rustdoc.txt b/src/doc/man/generated_txt/cargo-rustdoc.txt index e183ef6fe3c7..ff17fe7b9d50 100644 --- a/src/doc/man/generated_txt/cargo-rustdoc.txt +++ b/src/doc/man/generated_txt/cargo-rustdoc.txt @@ -245,7 +245,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-test.txt b/src/doc/man/generated_txt/cargo-test.txt index 598c8f9aff30..7ff366dfa79c 100644 --- a/src/doc/man/generated_txt/cargo-test.txt +++ b/src/doc/man/generated_txt/cargo-test.txt @@ -365,7 +365,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-tree.txt b/src/doc/man/generated_txt/cargo-tree.txt index c0fa4485f0ae..087d515c2e06 100644 --- a/src/doc/man/generated_txt/cargo-tree.txt +++ b/src/doc/man/generated_txt/cargo-tree.txt @@ -212,7 +212,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-update.txt b/src/doc/man/generated_txt/cargo-update.txt index 14023dd4ada3..6ef8cde476e1 100644 --- a/src/doc/man/generated_txt/cargo-update.txt +++ b/src/doc/man/generated_txt/cargo-update.txt @@ -82,7 +82,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-vendor.txt b/src/doc/man/generated_txt/cargo-vendor.txt index 6ad650baa9ca..7a2a93bcd285 100644 --- a/src/doc/man/generated_txt/cargo-vendor.txt +++ b/src/doc/man/generated_txt/cargo-vendor.txt @@ -54,7 +54,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/generated_txt/cargo-verify-project.txt b/src/doc/man/generated_txt/cargo-verify-project.txt index e0e7a4d2b28a..8137a4d3f4be 100644 --- a/src/doc/man/generated_txt/cargo-verify-project.txt +++ b/src/doc/man/generated_txt/cargo-verify-project.txt @@ -50,7 +50,7 @@ OPTIONS Cargo.toml file in the current directory or any parent directory. --frozen, --locked - Either of these flags requires that the Cargo.lock file is + Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is diff --git a/src/doc/man/includes/options-locked.md b/src/doc/man/includes/options-locked.md index 6fd1c9a67016..d1028cf35448 100644 --- a/src/doc/man/includes/options-locked.md +++ b/src/doc/man/includes/options-locked.md @@ -1,5 +1,5 @@ {{#option "`--frozen`" "`--locked`"}} -Either of these flags requires that the `Cargo.lock` file is +Either of these flags require that the `Cargo.lock` file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The `--frozen` flag also prevents Cargo from attempting to access the network to determine if it is out-of-date. diff --git a/src/doc/src/commands/cargo-add.md b/src/doc/src/commands/cargo-add.md index ae5e420a921d..3427e14366fc 100644 --- a/src/doc/src/commands/cargo-add.md +++ b/src/doc/src/commands/cargo-add.md @@ -193,7 +193,7 @@ terminal.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-bench.md b/src/doc/src/commands/cargo-bench.md index daf29ab1c6ab..502be125af5b 100644 --- a/src/doc/src/commands/cargo-bench.md +++ b/src/doc/src/commands/cargo-bench.md @@ -379,7 +379,7 @@ coming from rustc are still emitted. Cannot be used with human or <
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-build.md b/src/doc/src/commands/cargo-build.md index fff6a45dae3b..4a2355673cca 100644 --- a/src/doc/src/commands/cargo-build.md +++ b/src/doc/src/commands/cargo-build.md @@ -310,7 +310,7 @@ See https://github.com/
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-check.md b/src/doc/src/commands/cargo-check.md index b90672c8eee2..f69f85c46fe4 100644 --- a/src/doc/src/commands/cargo-check.md +++ b/src/doc/src/commands/cargo-check.md @@ -292,7 +292,7 @@ coming from rustc are still emitted. Cannot be used with human or <
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-clean.md b/src/doc/src/commands/cargo-clean.md index 8caf90711a0a..66617f955799 100644 --- a/src/doc/src/commands/cargo-clean.md +++ b/src/doc/src/commands/cargo-clean.md @@ -112,7 +112,7 @@ terminal.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-doc.md b/src/doc/src/commands/cargo-doc.md index b3370c82fa75..23dc23d9a0ed 100644 --- a/src/doc/src/commands/cargo-doc.md +++ b/src/doc/src/commands/cargo-doc.md @@ -267,7 +267,7 @@ coming from rustc are still emitted. Cannot be used with human or <
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-fetch.md b/src/doc/src/commands/cargo-fetch.md index 19a00136846b..71af835be6f2 100644 --- a/src/doc/src/commands/cargo-fetch.md +++ b/src/doc/src/commands/cargo-fetch.md @@ -81,7 +81,7 @@ terminal.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-fix.md b/src/doc/src/commands/cargo-fix.md index bc9dc76a688d..54f42f7c9e1a 100644 --- a/src/doc/src/commands/cargo-fix.md +++ b/src/doc/src/commands/cargo-fix.md @@ -372,7 +372,7 @@ coming from rustc are still emitted. Cannot be used with human or <
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-generate-lockfile.md b/src/doc/src/commands/cargo-generate-lockfile.md index 8bb22a0fae79..13fd6183bf0c 100644 --- a/src/doc/src/commands/cargo-generate-lockfile.md +++ b/src/doc/src/commands/cargo-generate-lockfile.md @@ -60,7 +60,7 @@ terminal.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-install.md b/src/doc/src/commands/cargo-install.md index f4b7a6116041..3af53736dc4f 100644 --- a/src/doc/src/commands/cargo-install.md +++ b/src/doc/src/commands/cargo-install.md @@ -268,7 +268,7 @@ information about timing information.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-metadata.md b/src/doc/src/commands/cargo-metadata.md index 6d170eb92678..d8e9ddab5875 100644 --- a/src/doc/src/commands/cargo-metadata.md +++ b/src/doc/src/commands/cargo-metadata.md @@ -430,7 +430,7 @@ terminal.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-package.md b/src/doc/src/commands/cargo-package.md index aa64b8649edd..3ef2fe65814d 100644 --- a/src/doc/src/commands/cargo-package.md +++ b/src/doc/src/commands/cargo-package.md @@ -184,7 +184,7 @@ be specified multiple times, which enables all specified features.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-pkgid.md b/src/doc/src/commands/cargo-pkgid.md index fbaf7af67d0f..4fdadb568db6 100644 --- a/src/doc/src/commands/cargo-pkgid.md +++ b/src/doc/src/commands/cargo-pkgid.md @@ -92,7 +92,7 @@ terminal.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-publish.md b/src/doc/src/commands/cargo-publish.md index 873c3e68668c..9b510fbe9bbc 100644 --- a/src/doc/src/commands/cargo-publish.md +++ b/src/doc/src/commands/cargo-publish.md @@ -153,7 +153,7 @@ be specified multiple times, which enables all specified features.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-remove.md b/src/doc/src/commands/cargo-remove.md index 81f677e19757..b8099c31ad19 100644 --- a/src/doc/src/commands/cargo-remove.md +++ b/src/doc/src/commands/cargo-remove.md @@ -83,7 +83,7 @@ terminal.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-run.md b/src/doc/src/commands/cargo-run.md index ada7864791b5..897da4473144 100644 --- a/src/doc/src/commands/cargo-run.md +++ b/src/doc/src/commands/cargo-run.md @@ -212,7 +212,7 @@ coming from rustc are still emitted. Cannot be used with human or <
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-rustc.md b/src/doc/src/commands/cargo-rustc.md index ff6b39abe918..b814ddfbb003 100644 --- a/src/doc/src/commands/cargo-rustc.md +++ b/src/doc/src/commands/cargo-rustc.md @@ -306,7 +306,7 @@ coming from rustc are still emitted. Cannot be used with human or <
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-rustdoc.md b/src/doc/src/commands/cargo-rustdoc.md index c81bb5492492..c996ec86b381 100644 --- a/src/doc/src/commands/cargo-rustdoc.md +++ b/src/doc/src/commands/cargo-rustdoc.md @@ -287,7 +287,7 @@ coming from rustc are still emitted. Cannot be used with human or <
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md index dd7727acc663..63d55d4b25a1 100644 --- a/src/doc/src/commands/cargo-test.md +++ b/src/doc/src/commands/cargo-test.md @@ -408,7 +408,7 @@ coming from rustc are still emitted. Cannot be used with human or <
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-tree.md b/src/doc/src/commands/cargo-tree.md index a859f27433af..ad80ee61263d 100644 --- a/src/doc/src/commands/cargo-tree.md +++ b/src/doc/src/commands/cargo-tree.md @@ -224,7 +224,7 @@ single quotes or double quotes around each pattern.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-update.md b/src/doc/src/commands/cargo-update.md index be38dd4d2f1b..44b4db4df81b 100644 --- a/src/doc/src/commands/cargo-update.md +++ b/src/doc/src/commands/cargo-update.md @@ -101,7 +101,7 @@ terminal.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-vendor.md b/src/doc/src/commands/cargo-vendor.md index bcb767c59bbb..d274831a1922 100644 --- a/src/doc/src/commands/cargo-vendor.md +++ b/src/doc/src/commands/cargo-vendor.md @@ -70,7 +70,7 @@ only a subset of the packages have changed.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/doc/src/commands/cargo-verify-project.md b/src/doc/src/commands/cargo-verify-project.md index e27724b92ae5..38dd784438af 100644 --- a/src/doc/src/commands/cargo-verify-project.md +++ b/src/doc/src/commands/cargo-verify-project.md @@ -65,7 +65,7 @@ terminal.
--frozen
--locked
-
Either of these flags requires that the Cargo.lock file is +
Either of these flags require that the Cargo.lock file be up-to-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The --frozen flag also prevents Cargo from attempting to access the network to determine if it is out-of-date.

diff --git a/src/etc/man/cargo-add.1 b/src/etc/man/cargo-add.1 index fc585fba6f54..d8539f1b417e 100644 --- a/src/etc/man/cargo-add.1 +++ b/src/etc/man/cargo-add.1 @@ -224,7 +224,7 @@ Add dependencies to only the specified package. \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index d972539259ba..0da704128fe0 100644 --- a/src/etc/man/cargo-bench.1 +++ b/src/etc/man/cargo-bench.1 @@ -420,7 +420,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index ba6ab38cd46b..e0f82c0ccc63 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -338,7 +338,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index 733b4b2fe7d9..904286319b7d 100644 --- a/src/etc/man/cargo-check.1 +++ b/src/etc/man/cargo-check.1 @@ -319,7 +319,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-clean.1 b/src/etc/man/cargo-clean.1 index d71b0e0270a2..1f1fa9a5f741 100644 --- a/src/etc/man/cargo-clean.1 +++ b/src/etc/man/cargo-clean.1 @@ -118,7 +118,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1 index 5a61c0f3de32..d8395e3b08d1 100644 --- a/src/etc/man/cargo-doc.1 +++ b/src/etc/man/cargo-doc.1 @@ -286,7 +286,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-fetch.1 b/src/etc/man/cargo-fetch.1 index 428dc882a81f..cfdc2fbe9a64 100644 --- a/src/etc/man/cargo-fetch.1 +++ b/src/etc/man/cargo-fetch.1 @@ -86,7 +86,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-fix.1 b/src/etc/man/cargo-fix.1 index 27599a1fad12..83f6fabc2fd0 100644 --- a/src/etc/man/cargo-fix.1 +++ b/src/etc/man/cargo-fix.1 @@ -414,7 +414,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-generate-lockfile.1 b/src/etc/man/cargo-generate-lockfile.1 index 075f6324c758..80a9a08f59a9 100644 --- a/src/etc/man/cargo-generate-lockfile.1 +++ b/src/etc/man/cargo-generate-lockfile.1 @@ -65,7 +65,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-install.1 b/src/etc/man/cargo-install.1 index 44de0a8053aa..a4cb8a078d1a 100644 --- a/src/etc/man/cargo-install.1 +++ b/src/etc/man/cargo-install.1 @@ -305,7 +305,7 @@ information about timing information. \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-metadata.1 b/src/etc/man/cargo-metadata.1 index fe27b1400754..009c05dc12d7 100644 --- a/src/etc/man/cargo-metadata.1 +++ b/src/etc/man/cargo-metadata.1 @@ -439,7 +439,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-package.1 b/src/etc/man/cargo-package.1 index f565ad7d4252..03977b98bd24 100644 --- a/src/etc/man/cargo-package.1 +++ b/src/etc/man/cargo-package.1 @@ -201,7 +201,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-pkgid.1 b/src/etc/man/cargo-pkgid.1 index e10efc38a7ff..65f6eeaf6927 100644 --- a/src/etc/man/cargo-pkgid.1 +++ b/src/etc/man/cargo-pkgid.1 @@ -124,7 +124,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-publish.1 b/src/etc/man/cargo-publish.1 index d16cc4a41731..9a6cd9b4467a 100644 --- a/src/etc/man/cargo-publish.1 +++ b/src/etc/man/cargo-publish.1 @@ -157,7 +157,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-remove.1 b/src/etc/man/cargo-remove.1 index 404981617117..695f9febd8cd 100644 --- a/src/etc/man/cargo-remove.1 +++ b/src/etc/man/cargo-remove.1 @@ -84,7 +84,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index 29bfae8b8f55..dcb3d7b67b7b 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -223,7 +223,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-rustc.1 b/src/etc/man/cargo-rustc.1 index 1fc7d74b04f9..a75e7a2750ed 100644 --- a/src/etc/man/cargo-rustc.1 +++ b/src/etc/man/cargo-rustc.1 @@ -337,7 +337,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-rustdoc.1 b/src/etc/man/cargo-rustdoc.1 index 93773ae2fdb1..e9063d2ccc72 100644 --- a/src/etc/man/cargo-rustdoc.1 +++ b/src/etc/man/cargo-rustdoc.1 @@ -305,7 +305,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index b4eb11721678..e5c8cec4ef79 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -447,7 +447,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-tree.1 b/src/etc/man/cargo-tree.1 index 7861c28fbb43..1e42dd7d8a80 100644 --- a/src/etc/man/cargo-tree.1 +++ b/src/etc/man/cargo-tree.1 @@ -269,7 +269,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-update.1 b/src/etc/man/cargo-update.1 index 943c87b46fd0..09468c729001 100644 --- a/src/etc/man/cargo-update.1 +++ b/src/etc/man/cargo-update.1 @@ -108,7 +108,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-vendor.1 b/src/etc/man/cargo-vendor.1 index a12db8cef05f..9d4d8f33ab98 100644 --- a/src/etc/man/cargo-vendor.1 +++ b/src/etc/man/cargo-vendor.1 @@ -65,7 +65,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/src/etc/man/cargo-verify-project.1 b/src/etc/man/cargo-verify-project.1 index d067dd66555b..2d32703dc84f 100644 --- a/src/etc/man/cargo-verify-project.1 +++ b/src/etc/man/cargo-verify-project.1 @@ -75,7 +75,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the \fB\-\-frozen\fR, \fB\-\-locked\fR .RS 4 -Either of these flags requires that the \fBCargo.lock\fR file is +Either of these flags require that the \fBCargo.lock\fR file be up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from attempting to access the network to determine if it is out\-of\-date. diff --git a/tests/testsuite/cargo/help/stdout.term.svg b/tests/testsuite/cargo/help/stdout.term.svg index c3b066fd69c1..e29e2acff25b 100644 --- a/tests/testsuite/cargo/help/stdout.term.svg +++ b/tests/testsuite/cargo/help/stdout.term.svg @@ -45,9 +45,9 @@ -C <DIRECTORY> Change to DIRECTORY before doing anything (nightly-only) - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_add/help/stdout.term.svg b/tests/testsuite/cargo_add/help/stdout.term.svg index dab4c43ec716..b6a4a476ea1f 100644 --- a/tests/testsuite/cargo_add/help/stdout.term.svg +++ b/tests/testsuite/cargo_add/help/stdout.term.svg @@ -181,13 +181,13 @@ --frozen - Require Cargo.lock and cache are up to date + Require Cargo.lock and cache to be up-to-date --locked - Require Cargo.lock is up to date + Require Cargo.lock to be up-to-date diff --git a/tests/testsuite/cargo_bench/help/stdout.term.svg b/tests/testsuite/cargo_bench/help/stdout.term.svg index 02045214e3e6..1ea535a0bfe0 100644 --- a/tests/testsuite/cargo_bench/help/stdout.term.svg +++ b/tests/testsuite/cargo_bench/help/stdout.term.svg @@ -127,9 +127,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_build/help/stdout.term.svg b/tests/testsuite/cargo_build/help/stdout.term.svg index 6f0982aae140..92095ae15219 100644 --- a/tests/testsuite/cargo_build/help/stdout.term.svg +++ b/tests/testsuite/cargo_build/help/stdout.term.svg @@ -125,9 +125,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_check/help/stdout.term.svg b/tests/testsuite/cargo_check/help/stdout.term.svg index aa654c95db3a..8ef0b9b32094 100644 --- a/tests/testsuite/cargo_check/help/stdout.term.svg +++ b/tests/testsuite/cargo_check/help/stdout.term.svg @@ -121,9 +121,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_clean/help/stdout.term.svg b/tests/testsuite/cargo_clean/help/stdout.term.svg index d451cddf913d..9af234f7b1b8 100644 --- a/tests/testsuite/cargo_clean/help/stdout.term.svg +++ b/tests/testsuite/cargo_clean/help/stdout.term.svg @@ -69,9 +69,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_config/help/stdout.term.svg b/tests/testsuite/cargo_config/help/stdout.term.svg index 7798f77494ad..a1b954e07f2b 100644 --- a/tests/testsuite/cargo_config/help/stdout.term.svg +++ b/tests/testsuite/cargo_config/help/stdout.term.svg @@ -51,9 +51,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_doc/help/stdout.term.svg b/tests/testsuite/cargo_doc/help/stdout.term.svg index 4fe41bb9949e..8c7bc637f3c6 100644 --- a/tests/testsuite/cargo_doc/help/stdout.term.svg +++ b/tests/testsuite/cargo_doc/help/stdout.term.svg @@ -115,9 +115,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_fetch/help/stdout.term.svg b/tests/testsuite/cargo_fetch/help/stdout.term.svg index 8dca7e8d2adc..ea89e7e34302 100644 --- a/tests/testsuite/cargo_fetch/help/stdout.term.svg +++ b/tests/testsuite/cargo_fetch/help/stdout.term.svg @@ -53,9 +53,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_fix/help/stdout.term.svg b/tests/testsuite/cargo_fix/help/stdout.term.svg index 7e273e22a216..658ad3dfe597 100644 --- a/tests/testsuite/cargo_fix/help/stdout.term.svg +++ b/tests/testsuite/cargo_fix/help/stdout.term.svg @@ -129,9 +129,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_generate_lockfile/help/stdout.term.svg b/tests/testsuite/cargo_generate_lockfile/help/stdout.term.svg index 941ea80af5fa..fbada69b8339 100644 --- a/tests/testsuite/cargo_generate_lockfile/help/stdout.term.svg +++ b/tests/testsuite/cargo_generate_lockfile/help/stdout.term.svg @@ -47,9 +47,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_help/help/stdout.term.svg b/tests/testsuite/cargo_help/help/stdout.term.svg index 901cee097cdd..b63e33f0d8e4 100644 --- a/tests/testsuite/cargo_help/help/stdout.term.svg +++ b/tests/testsuite/cargo_help/help/stdout.term.svg @@ -51,9 +51,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_init/help/stdout.term.svg b/tests/testsuite/cargo_init/help/stdout.term.svg index e95cc8e03023..e832172a0b14 100644 --- a/tests/testsuite/cargo_init/help/stdout.term.svg +++ b/tests/testsuite/cargo_init/help/stdout.term.svg @@ -69,9 +69,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_install/help/stdout.term.svg b/tests/testsuite/cargo_install/help/stdout.term.svg index 5fac48774327..9b0579cbff06 100644 --- a/tests/testsuite/cargo_install/help/stdout.term.svg +++ b/tests/testsuite/cargo_install/help/stdout.term.svg @@ -121,9 +121,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_locate_project/help/stdout.term.svg b/tests/testsuite/cargo_locate_project/help/stdout.term.svg index f5b3d3e42a3b..b21df68c71a4 100644 --- a/tests/testsuite/cargo_locate_project/help/stdout.term.svg +++ b/tests/testsuite/cargo_locate_project/help/stdout.term.svg @@ -53,9 +53,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_login/help/stdout.term.svg b/tests/testsuite/cargo_login/help/stdout.term.svg index 5895c094888e..bab300ed682b 100644 --- a/tests/testsuite/cargo_login/help/stdout.term.svg +++ b/tests/testsuite/cargo_login/help/stdout.term.svg @@ -55,9 +55,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_logout/help/stdout.term.svg b/tests/testsuite/cargo_logout/help/stdout.term.svg index 887a66718a54..34d28d8b6004 100644 --- a/tests/testsuite/cargo_logout/help/stdout.term.svg +++ b/tests/testsuite/cargo_logout/help/stdout.term.svg @@ -47,9 +47,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_metadata/help/stdout.term.svg b/tests/testsuite/cargo_metadata/help/stdout.term.svg index f73956e64b66..494a95c18950 100644 --- a/tests/testsuite/cargo_metadata/help/stdout.term.svg +++ b/tests/testsuite/cargo_metadata/help/stdout.term.svg @@ -69,9 +69,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_new/help/stdout.term.svg b/tests/testsuite/cargo_new/help/stdout.term.svg index 6aae2fb81c27..bd7a3c59cd53 100644 --- a/tests/testsuite/cargo_new/help/stdout.term.svg +++ b/tests/testsuite/cargo_new/help/stdout.term.svg @@ -69,9 +69,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_owner/help/stdout.term.svg b/tests/testsuite/cargo_owner/help/stdout.term.svg index 8b020d35c68d..ade9c448f257 100644 --- a/tests/testsuite/cargo_owner/help/stdout.term.svg +++ b/tests/testsuite/cargo_owner/help/stdout.term.svg @@ -63,9 +63,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_package/help/stdout.term.svg b/tests/testsuite/cargo_package/help/stdout.term.svg index 76bdb129cdb1..8a0767191f73 100644 --- a/tests/testsuite/cargo_package/help/stdout.term.svg +++ b/tests/testsuite/cargo_package/help/stdout.term.svg @@ -87,9 +87,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_pkgid/help/stdout.term.svg b/tests/testsuite/cargo_pkgid/help/stdout.term.svg index 49fc6abff868..beee2c2f90a3 100644 --- a/tests/testsuite/cargo_pkgid/help/stdout.term.svg +++ b/tests/testsuite/cargo_pkgid/help/stdout.term.svg @@ -59,9 +59,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_publish/help/stdout.term.svg b/tests/testsuite/cargo_publish/help/stdout.term.svg index 88121b602722..29ba1e1a5719 100644 --- a/tests/testsuite/cargo_publish/help/stdout.term.svg +++ b/tests/testsuite/cargo_publish/help/stdout.term.svg @@ -87,9 +87,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_read_manifest/help/stdout.term.svg b/tests/testsuite/cargo_read_manifest/help/stdout.term.svg index bc2f56b7d8cc..06cb56201d4b 100644 --- a/tests/testsuite/cargo_read_manifest/help/stdout.term.svg +++ b/tests/testsuite/cargo_read_manifest/help/stdout.term.svg @@ -51,9 +51,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_remove/help/stdout.term.svg b/tests/testsuite/cargo_remove/help/stdout.term.svg index 6499abed14f9..7e427d870ebe 100644 --- a/tests/testsuite/cargo_remove/help/stdout.term.svg +++ b/tests/testsuite/cargo_remove/help/stdout.term.svg @@ -71,9 +71,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_report/help/stdout.term.svg b/tests/testsuite/cargo_report/help/stdout.term.svg index 81fa7aff98dd..d1db5427fa3c 100644 --- a/tests/testsuite/cargo_report/help/stdout.term.svg +++ b/tests/testsuite/cargo_report/help/stdout.term.svg @@ -51,9 +51,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_run/help/stdout.term.svg b/tests/testsuite/cargo_run/help/stdout.term.svg index 96f35f4d421a..c4bfa6bb33c7 100644 --- a/tests/testsuite/cargo_run/help/stdout.term.svg +++ b/tests/testsuite/cargo_run/help/stdout.term.svg @@ -103,9 +103,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_rustc/help/stdout.term.svg b/tests/testsuite/cargo_rustc/help/stdout.term.svg index e3902ceecdb7..d43d6b3bd29a 100644 --- a/tests/testsuite/cargo_rustc/help/stdout.term.svg +++ b/tests/testsuite/cargo_rustc/help/stdout.term.svg @@ -125,9 +125,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_rustdoc/help/stdout.term.svg b/tests/testsuite/cargo_rustdoc/help/stdout.term.svg index 0098268a282b..6564f7e7f948 100644 --- a/tests/testsuite/cargo_rustdoc/help/stdout.term.svg +++ b/tests/testsuite/cargo_rustdoc/help/stdout.term.svg @@ -123,9 +123,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_search/help/stdout.term.svg b/tests/testsuite/cargo_search/help/stdout.term.svg index d8a3f8b393e5..00ca8c7f6e20 100644 --- a/tests/testsuite/cargo_search/help/stdout.term.svg +++ b/tests/testsuite/cargo_search/help/stdout.term.svg @@ -57,9 +57,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_test/help/stdout.term.svg b/tests/testsuite/cargo_test/help/stdout.term.svg index e2a787895b22..026a47189a9f 100644 --- a/tests/testsuite/cargo_test/help/stdout.term.svg +++ b/tests/testsuite/cargo_test/help/stdout.term.svg @@ -133,9 +133,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_tree/help/stdout.term.svg b/tests/testsuite/cargo_tree/help/stdout.term.svg index 984758e3916e..1e3a4ac86c33 100644 --- a/tests/testsuite/cargo_tree/help/stdout.term.svg +++ b/tests/testsuite/cargo_tree/help/stdout.term.svg @@ -97,9 +97,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_uninstall/help/stdout.term.svg b/tests/testsuite/cargo_uninstall/help/stdout.term.svg index 561ca8576334..0f051f912b0f 100644 --- a/tests/testsuite/cargo_uninstall/help/stdout.term.svg +++ b/tests/testsuite/cargo_uninstall/help/stdout.term.svg @@ -65,9 +65,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_update/help/stdout.term.svg b/tests/testsuite/cargo_update/help/stdout.term.svg index 50fd1cf8ef91..5f1b8dbd4e2a 100644 --- a/tests/testsuite/cargo_update/help/stdout.term.svg +++ b/tests/testsuite/cargo_update/help/stdout.term.svg @@ -61,9 +61,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_vendor/help/stdout.term.svg b/tests/testsuite/cargo_vendor/help/stdout.term.svg index 71c13b4d3fa4..fe7512192f3a 100644 --- a/tests/testsuite/cargo_vendor/help/stdout.term.svg +++ b/tests/testsuite/cargo_vendor/help/stdout.term.svg @@ -63,9 +63,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_verify_project/help/stdout.term.svg b/tests/testsuite/cargo_verify_project/help/stdout.term.svg index 0f75f82f7659..b988450983a4 100644 --- a/tests/testsuite/cargo_verify_project/help/stdout.term.svg +++ b/tests/testsuite/cargo_verify_project/help/stdout.term.svg @@ -47,9 +47,9 @@ --manifest-path <PATH> Path to Cargo.toml - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_version/help/stdout.term.svg b/tests/testsuite/cargo_version/help/stdout.term.svg index 0986ae6e89a8..dcecb04144b5 100644 --- a/tests/testsuite/cargo_version/help/stdout.term.svg +++ b/tests/testsuite/cargo_version/help/stdout.term.svg @@ -45,9 +45,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network diff --git a/tests/testsuite/cargo_yank/help/stdout.term.svg b/tests/testsuite/cargo_yank/help/stdout.term.svg index 7ede65a0349e..fc5b6e6da954 100644 --- a/tests/testsuite/cargo_yank/help/stdout.term.svg +++ b/tests/testsuite/cargo_yank/help/stdout.term.svg @@ -61,9 +61,9 @@ Manifest Options: - --frozen Require Cargo.lock and cache are up to date + --frozen Require Cargo.lock and cache to be up-to-date - --locked Require Cargo.lock is up to date + --locked Require Cargo.lock to be up-to-date --offline Run without accessing the network