Don't confuse {KB, MB, GB} with {KiB, MiB, GiB}.
[invirt/scripts/invirt-admin.git] / invirt-admin
index 91c73c7..3465bea 100755 (executable)
@@ -8,7 +8,7 @@ usage () {
     echo "  required options: --name, --fs-size, --swap-size, --memory,"
     echo "    --hostname, --ip, --mac, --arch, --dist, --mirror"
     echo
-    echo "  fs-size, swap-size, memory in MB"
+    echo "  fs-size, swap-size, memory in MiB"
     echo "  fs-size + swap-size will be total disk-image size"
     exit 2
 }