mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-23 16:17:50 +00:00
[#11408] podman help machine init
Signed-off-by: jesperpedersen <jesper.pedersen@redhat.com> [NO TESTS NEEDED]
This commit is contained in:
parent
a8b8ccdc16
commit
b3bb7da72a
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ func init() {
|
|||
flags.Uint64Var(
|
||||
&initOpts.CPUS,
|
||||
cpusFlagName, 1,
|
||||
"Number of CPUs. The default is 1.",
|
||||
"Number of CPUs",
|
||||
)
|
||||
_ = initCmd.RegisterFlagCompletionFunc(cpusFlagName, completion.AutocompleteNone)
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ func init() {
|
|||
flags.Uint64VarP(
|
||||
&initOpts.Memory,
|
||||
memoryFlagName, "m", 2048,
|
||||
"Memory (in MB)",
|
||||
"Memory in MB",
|
||||
)
|
||||
_ = initCmd.RegisterFlagCompletionFunc(memoryFlagName, completion.AutocompleteNone)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue