cargo fetch --offline
documentation directs user to use cargo fetch --offline
#13232
Labels
A-cli-help
Area: built-in command-line help
C-enhancement
Category: enhancement
P-low
Priority: Low
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
Problem
The documentation for
cargo fetch --offline
(the manual page) includes the words "See the cargo-fetch(1) command to download dependencies before going offline."This seems needlessly self-recursive. In fact, I'm not sure why
cargo fetch
offers an offline mode, but maybe it's useful in some case.Steps
No response
Possible Solution(s)
Drop the sentence directing the user to
cargo fetch --offline
from the description ofcargo fetch --offline
. I realize this is boilerplate shared with allcargo
subcommands that have an--offline
option, and I don't know if the template system used allows a way to exclude parts for specific commands.Notes
This is really not a big issue. I'd be happy for you to ignore this until all other issues have been resolved.
Version
The text was updated successfully, but these errors were encountered: