diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-06-02 19:59:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 19:59:25 -0400 |
commit | 38720d91afa03240f942a2e252d2955f2df22e5a (patch) | |
tree | c3e762ee67e7d1db6bb54917ac7f8d4ef338fe5c /cmd | |
parent | 2777ecd53ea5c5c6f43713692436d1ecc0e861d5 (diff) | |
parent | 9a34b88c9a7cd131e5ce26374f84a5ded5d5d6d8 (diff) | |
download | podman-38720d91afa03240f942a2e252d2955f2df22e5a.tar.gz podman-38720d91afa03240f942a2e252d2955f2df22e5a.tar.bz2 podman-38720d91afa03240f942a2e252d2955f2df22e5a.zip |
Merge pull request #14467 from karthikelango137/bytes
[CI:DOCS] changed megabyte to mebibyte
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/podman/common/create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/common/create.go b/cmd/podman/common/create.go index 886c10cb5..f89035be3 100644 --- a/cmd/podman/common/create.go +++ b/cmd/podman/common/create.go @@ -12,7 +12,7 @@ import ( "github.com/spf13/cobra" ) -const sizeWithUnitFormat = "(format: `<number>[<unit>]`, where unit = b (bytes), k (kilobytes), m (megabytes), or g (gigabytes))" +const sizeWithUnitFormat = "(format: `<number>[<unit>]`, where unit = b (bytes), k (kibibytes), m (mebibytes), or g (gibibytes))" var containerConfig = registry.PodmanConfig() |