Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Misleading instructions on how to get help via cargo help #1421

Closed
felixc opened this issue Mar 15, 2015 · 0 comments · Fixed by #1425
Closed

Misleading instructions on how to get help via cargo help #1421

felixc opened this issue Mar 15, 2015 · 0 comments · Fixed by #1425

Comments

@felixc
Copy link
Contributor

felixc commented Mar 15, 2015

Running cargo help prints a message ending with "See 'cargo help ' for more information on a specific command". However, running cargo help <command> just prints "Help command should not be executed directly". The correct syntax appears to be cargo <command> --help.

Not sure if the documentation is wrong, or if the suggested syntax is supposed to work.

cargo 0.0.1-pre-nightly (66849de 2015-03-10) (built 2015-03-11)

alexcrichton added a commit to alexcrichton/cargo that referenced this issue Mar 16, 2015
This was accidentally broken in a recent refactoring.

Closes rust-lang#1421
bors added a commit that referenced this issue Mar 16, 2015
This was accidentally broken in a recent refactoring.

Closes #1421
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant