Skip to content

"cargo generate-lockfile" is the equivalent of "cargo generate-lockfile" #5692

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
shepmaster opened this issue Jul 6, 2018 · 0 comments · Fixed by #5774
Closed

"cargo generate-lockfile" is the equivalent of "cargo generate-lockfile" #5692

shepmaster opened this issue Jul 6, 2018 · 0 comments · Fixed by #5774
Labels
A-documenting-cargo-itself Area: Cargo's documentation

Comments

@shepmaster
Copy link
Member

$ cargo generate-lockfile --help
cargo-generate-lockfile
Generate the lockfile for a project

[... snip ...]

If the lockfile is not available, then this is the equivalent of
`cargo generate-lockfile`. A lockfile is generated and dependencies are also
all updated.

I suppose this is technically true, but not super useful 🙄 😇

@alexcrichton alexcrichton added the A-documenting-cargo-itself Area: Cargo's documentation label Jul 6, 2018
bors added a commit that referenced this issue Jul 23, 2018
Drop after_help in generate-lockfile

From reviewing the history this looks like a copy-paste error while
porting to clap (#5152): this is
fetch's after_help info

Fixes #5692
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-documenting-cargo-itself Area: Cargo's documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants