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