-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Updated display message of cargo metadata --help #9010
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! It looks like you were maybe trying to update the man pages? There is some documentation here on how they work. The file that needs to be updated is https://github.com/rust-lang/cargo/blob/master/src/doc/man/includes/options-display.md, and then you can run the build-man.sh
script.
@@ -54,8 +54,8 @@ man page: | |||
|
|||
<dl> | |||
|
|||
<dt><code>-t</code> <em>type</em></dt> | |||
<dd>Specifies the output type. The following output types are supported:</p> | |||
<dt class="option-term" id="option-mdman--t"><a class="option-anchor" href="#option-mdman--t"></a><code>-t</code> <em>type</em></dt> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These seem to be some unrelated changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I thought we need to update the man page if we are updating any details. That's why this file got updated.
No worries I'll remove these changes.
Thanks for your response.
Closing this PR. As I've raised a new one with the only required change. #9050 |
Resolved Issue #8928