We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b38295 commit 7ef6976Copy full SHA for 7ef6976
src/bin/cargo/commands/generate_lockfile.rs
@@ -6,18 +6,6 @@ pub fn cli() -> App {
6
subcommand("generate-lockfile")
7
.about("Generate the lockfile for a project")
8
.arg_manifest_path()
9
- .after_help(
10
- "\
11
-If a lockfile is available, this command will ensure that all of the git
12
-dependencies and/or registries dependencies are downloaded and locally
13
-available. The network is never touched after a `cargo fetch` unless
14
-the lockfile changes.
15
-
16
-If the lockfile is not available, then this is the equivalent of
17
-`cargo generate-lockfile`. A lockfile is generated and dependencies are also
18
-all updated.
19
-",
20
- )
21
}
22
23
pub fn exec(config: &mut Config, args: &ArgMatches) -> CliResult {
0 commit comments