We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e017d commit c1ada05Copy full SHA for c1ada05
src/cargo-fmt/main.rs
@@ -36,7 +36,7 @@ pub struct Opts {
36
#[structopt(long = "version")]
37
version: bool,
38
39
- /// Specify package to format (only usable in workspaces)
+ /// Specify package to format
40
#[structopt(short = "p", long = "package", value_name = "package")]
41
packages: Vec<String>,
42
@@ -53,7 +53,7 @@ pub struct Opts {
53
#[structopt(name = "rustfmt_options", raw(true))]
54
rustfmt_options: Vec<String>,
55
56
- /// Format all packages (only usable in workspaces)
+ /// Format all packages, and also their local path-based dependencies
57
#[structopt(long = "all")]
58
format_all: bool,
59
0 commit comments