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
commit 94139ece9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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