Use bytes size consistently instead of human size

Previously podman was using "MB" and "GB" (binary) for input but
"MB" and "GB" (decimal) for output, which was causing confusion.

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
Anders F Björklund
2023-07-06 14:51:06 +02:00
parent b721f96f5b
commit fa654e9857
5 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@ Number of CPUs.
#### **--disk-size**=*number*
Size of the disk for the guest VM in GB.
Size of the disk for the guest VM in GiB.
#### **--help**
@ -57,7 +57,7 @@ Defaults to `testing`.
#### **--memory**, **-m**=*number*
Memory (in MB).
Memory (in MiB). Note: 1024MiB = 1GiB.
#### **--now**