mirror of https://github.com/containers/podman.git
Merge pull request #13634 from flouthoc/fix-podman-set-docs
machine-set: fix example for setting `rootful` flag
This commit is contained in:
commit
72660e377f
|
|
@ -17,7 +17,7 @@ var (
|
||||||
Long: "Sets an updatable virtual machine setting",
|
Long: "Sets an updatable virtual machine setting",
|
||||||
RunE: setMachine,
|
RunE: setMachine,
|
||||||
Args: cobra.MaximumNArgs(1),
|
Args: cobra.MaximumNArgs(1),
|
||||||
Example: `podman machine set --root=false`,
|
Example: `podman machine set --rootful=false`,
|
||||||
ValidArgsFunction: completion.AutocompleteNone,
|
ValidArgsFunction: completion.AutocompleteNone,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue