From b48f0fe38991e54b5369a336a7aa5cbe8e7d72a6 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 11 Oct 2018 21:40:05 +0200 Subject: [PATCH] Fix tests --- src/clap_app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clap_app.rs b/src/clap_app.rs index f98ff1ac..9c1642e2 100644 --- a/src/clap_app.rs +++ b/src/clap_app.rs @@ -84,7 +84,6 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> { .value_name("style-components") .use_delimiter(true) .takes_value(true) - .overrides_with("style") .possible_values(&[ "auto", "full", "plain", "changes", "header", "grid", "numbers", ])