Skip to content

Commit

Permalink
Merge pull request containers#13634 from flouthoc/fix-podman-set-docs
Browse files Browse the repository at this point in the history
machine-set: fix example for setting `rootful` flag
  • Loading branch information
openshift-merge-robot committed Mar 24, 2022
2 parents 80123ca + e90b354 commit 72660e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/machine/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
Long: "Sets an updatable virtual machine setting",
RunE: setMachine,
Args: cobra.MaximumNArgs(1),
Example: `podman machine set --root=false`,
Example: `podman machine set --rootful=false`,
ValidArgsFunction: completion.AutocompleteNone,
}
)
Expand Down

0 comments on commit 72660e3

Please sign in to comment.