mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Merge pull request #198 from mlegner/coloring-values
Remove duplicated coloring values in help message
This commit is contained in:
commit
e69afb28e6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ pub struct Expand {
|
|||
#[arg(long)]
|
||||
pub verbose: bool,
|
||||
|
||||
/// Coloring: auto, always, never
|
||||
/// Coloring
|
||||
#[arg(long, value_name = "WHEN")]
|
||||
pub color: Option<Coloring>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue