diff --git a/src/app.rs b/src/app.rs index 4eacba8f..40364c6b 100644 --- a/src/app.rs +++ b/src/app.rs @@ -182,7 +182,9 @@ impl App { Arg::with_name("plain") .overrides_with("plain") .short("p") + .long("plain") .conflicts_with("style") + .conflicts_with("number") .help("Show plain style (alias for '--style=plain').") .long_help( "Only show plain style, no decorations. This is an alias for \