From 188de5661b1b59920e3c776b96b1a46b7604d4d8 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 5 Sep 2015 21:38:18 +0200 Subject: [PATCH] Removing the useless -V alias. --- vcf_compressor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcf_compressor.sh b/vcf_compressor.sh index 492040c..6c5c311 100755 --- a/vcf_compressor.sh +++ b/vcf_compressor.sh @@ -29,7 +29,7 @@ usage () { echo "" echo "Options:" echo " -o, --output" - echo " -V, --version" + echo " --version" echo " -h, --help" exit "$exit_status" } @@ -68,7 +68,7 @@ while :; do usage fi ;; - -V|--version) + --version) version ;; -h|--help)