]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/scripts/mtx-changer.in
ebl add swedish translation, thanks to yeager
[bacula/bacula] / bacula / scripts / mtx-changer.in
index 1fe5f003bedc0f1f12ac757e903df5d8495ed482..59f3d42335339978bd7049729ed8523c2d1a67a4 100644 (file)
@@ -124,7 +124,7 @@ check_parm_count() {
     pCountNeed=$2
     if test $pCount -lt $pCountNeed; then
        echo "usage: mtx-changer ctl-device command [slot archive-device drive-index]"
-       echo "  Insufficient number of arguments arguments given."
+       echo "  Insufficient number of arguments given."
        if test $pCount -lt 2; then
            echo "  Mimimum usage is first two arguments ..."
        else