diff --git a/cmd/podman/farm/update.go b/cmd/podman/farm/update.go index 336c43a0ab..0bfa8081d8 100644 --- a/cmd/podman/farm/update.go +++ b/cmd/podman/farm/update.go @@ -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.