mmh.sh: Changed from -version to -Version, here too.
[mmh] / uip / mmh.sh
index cb27ae8..10fc070 100755 (executable)
@@ -29,9 +29,9 @@ while [ $# -ge 1 ] ; do
                echo | folder >/dev/null 2>&1
                exit $?
                ;;
-       -v*)
+       -V*)
                echo "mmh has no own version number, thus this instead:"
-               folder -version
+               folder -Version
                exit 0
                ;;
        -h*|*)
@@ -99,8 +99,6 @@ if [ -f "$profile" ] ; then
        ''|Y*|y*)
                cd "$mmhpath"
                ${VISUAL:-${EDITOR:-vi}} "$profile"
-               echo 3.
-               folder
                echo
                echo "Enjoy ..."
                exit 0