Add -version option.

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2015-08-02 12:07:42 +02:00
parent aaf9a1f977
commit 4699323712
1 changed files with 2 additions and 2 deletions

View File

@ -135,9 +135,9 @@ EOF
exit 0
}
if [ "${1}" = "--version" ]
if [ "${1}" = "--version" -o "${1}" = "-version" ]
then
echo "automount 1.5.6 2015/06/08"
echo "automount 1.5.7 2015/08/02"
exit 0
fi