mirror of https://github.com/containers/podman.git
Merge pull request #20168 from boaz0/closes_20079
[CI:DOCS] Fix podman farm update --help examples
This commit is contained in:
commit
94139ece9e
|
@ -22,8 +22,8 @@ var (
|
|||
Args: cobra.ExactArgs(1),
|
||||
ValidArgsFunction: common.AutoCompleteFarms,
|
||||
Example: `podman farm update --add con1 farm1
|
||||
podman update --remove con2 farm2
|
||||
podman update --default farm3`,
|
||||
podman farm update --remove con2 farm2
|
||||
podman farm update --default farm3`,
|
||||
}
|
||||
|
||||
// Temporary struct to hold cli values.
|
||||
|
|
Loading…
Reference in New Issue