Renamed -version switch to -Version to remove the conflict with -verbose.
[mmh] / uip / mmh.sh
index cb27ae8..68cf120 100755 (executable)
@@ -31,7 +31,7 @@ while [ $# -ge 1 ] ; do
                ;;
        -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