mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
machine-set: fix example for setting rootful flag
Flag is actually named `rootful` however documented as `root`, fix the documented example as actual flag. Both `podman machine init` and `podman machine set` uses flag `rootfull` [NO TESTS NEEDED] [NO NEW TESTS NEEDED] Signed-off-by: Aditya R <arajan@redhat.com>
This commit is contained in:
@ -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,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user