Removing the useless -V alias.

This commit is contained in:
Rodolphe Breard 2015-09-05 21:38:18 +02:00
parent decebd46b1
commit 188de5661b

View file

@ -29,7 +29,7 @@ usage () {
echo "" echo ""
echo "Options:" echo "Options:"
echo " -o, --output" echo " -o, --output"
echo " -V, --version" echo " --version"
echo " -h, --help" echo " -h, --help"
exit "$exit_status" exit "$exit_status"
} }
@ -68,7 +68,7 @@ while :; do
usage usage
fi fi
;; ;;
-V|--version) --version)
version version
;; ;;
-h|--help) -h|--help)