Skip to content

Commit

Permalink
Merge pull request #11410 from jesperpedersen/issue11408
Browse files Browse the repository at this point in the history
[#11408] podman help machine init
  • Loading branch information
openshift-merge-robot authored Sep 2, 2021
2 parents 4699004 + b3bb7da commit 858d3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/podman/machine/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -57,7 +57,7 @@ func init() {
flags.Uint64VarP(
&initOpts.Memory,
memoryFlagName, "m", 2048,
"Memory (in MB)",
"Memory in MB",
)
_ = initCmd.RegisterFlagCompletionFunc(memoryFlagName, completion.AutocompleteNone)

Expand Down

0 comments on commit 858d3e4

Please sign in to comment.