Merge pull request #20168 from boaz0/closes_20079

[CI:DOCS] Fix podman farm update --help examples
This commit is contained in:
OpenShift Merge Robot
2023-09-27 20:28:01 -04:00
committed by GitHub

View File

@ -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.