From 0e300d324bd6feea899afb4d182677f42ab1b121 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 10 Nov 2021 00:53:01 +0100 Subject: remove interfering --help option --- src/vtcol.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/vtcol.rs b/src/vtcol.rs index e9af6e2..e0ff6cb 100644 --- a/src/vtcol.rs +++ b/src/vtcol.rs @@ -172,13 +172,6 @@ impl<'a> Job .help("list available color schemes") .takes_value(false), ) - .arg( - Arg::with_name("help") - .short("h") - .long("help") - .help("print this message") - .takes_value(false), - ) .get_matches(); if matches.is_present("v") { -- cgit v1.2.3