There was an error while loading. Please reload this page.
2 parents b4d66a9 + 2954392 commit 94139ecCopy full SHA for 94139ec
cmd/podman/farm/update.go
@@ -22,8 +22,8 @@ var (
22
Args: cobra.ExactArgs(1),
23
ValidArgsFunction: common.AutoCompleteFarms,
24
Example: `podman farm update --add con1 farm1
25
-podman update --remove con2 farm2
26
-podman update --default farm3`,
+podman farm update --remove con2 farm2
+podman farm update --default farm3`,
27
}
28
29
// Temporary struct to hold cli values.
0 commit comments