Remove duplicated coloring values in help message

This commit is contained in:
Markus Legner 2023-10-02 15:52:06 +02:00
parent f50d0f265c
commit 1a4b1ff00a
No known key found for this signature in database
GPG key ID: E303B3F450DE9FF1

View file

@ -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>,