Clarify help text of color flag

This commit is contained in:
David Tolnay 2023-10-02 11:17:49 -04:00
parent e69afb28e6
commit 3c635f10b6
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

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