From 295439265a104e49c3d37444419dfe6db90a7460 Mon Sep 17 00:00:00 2001 From: Boaz Shuster Date: Tue, 26 Sep 2023 10:37:25 +0300 Subject: [PATCH] [CI:DOCS] Fix podman form update --help examples Signed-off-by: Boaz Shuster --- cmd/podman/farm/update.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.