projects
/
invirt/scripts/invirt-admin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a0789
)
Don't confuse {KB, MB, GB} with {KiB, MiB, GiB}.
author
Anders Kaseorg
<andersk@mit.edu>
Tue, 17 Feb 2009 10:01:23 +0000
(
05:01
-0500)
committer
Anders Kaseorg
<andersk@mit.edu>
Tue, 17 Feb 2009 10:01:23 +0000
(
05:01
-0500)
svn path=/trunk/scripts/invirt-admin/; revision=2161
invirt-admin
patch
|
blob
|
history
diff --git
a/invirt-admin
b/invirt-admin
index
91c73c7
..
3465bea
100755
(executable)
--- a/
invirt-admin
+++ b/
invirt-admin
@@
-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
}