[CI:DOCS] Fix podman form update --help examples

Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
This commit is contained in:
Boaz Shuster 2023-09-26 10:37:25 +03:00
parent a018fe7c1b
commit 295439265a
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.