mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
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:
@ -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**
|
||||
|
||||
|
Reference in New Issue
Block a user