mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Clarify help text of color flag
This commit is contained in:
parent
e69afb28e6
commit
3c635f10b6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ pub struct Expand {
|
|||
#[arg(long)]
|
||||
pub verbose: bool,
|
||||
|
||||
/// Coloring
|
||||
/// Syntax highlighting and colored Cargo output
|
||||
#[arg(long, value_name = "WHEN")]
|
||||
pub color: Option<Coloring>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue