diff options
-rw-r--r-- | src/vtcol.rs | 7 |
1 files changed, 0 insertions, 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") { |