typos
[m6w6/btr] / share / btr / btrc.sh
index 703a90964e55083643a29aef844ee1fbff76ea06..beff3b4992b26a6b531d4981c643cc4c5432d1ae 100644 (file)
@@ -32,16 +32,16 @@ function btrc-parseargs {
        while test $# -gt 0
        do
                case "$1" in
-               s|st|sta|stat|statu|status)
+               s|st|stat|status)
                        BTR_ACTION=status
                        ;;
-               r|ru|run)
+               r|run)
                        BTR_ACTION=run
                        ;;
-               c|ca|can|cancel)
+               c|canc|cancel)
                        BTR_ACTION=cancel
                        ;;
-               t|te|ter|term|termi|termin|termina|terminat|terminate)
+               t|term|terminate)
                        BTR_ACTION=term
                        ;;
                *)
@@ -90,7 +90,7 @@ function btrc-parseopts {
                        BTR_VERBOSE=false
                        ;;
                #
-               -d|--directory)
+               -D|--directory)
                        BTR_RUNDIR="$2"
                        shift
                        ;;