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 "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)