Skip to content

Commit 94139ec

Browse files
Merge pull request #20168 from boaz0/closes_20079
[CI:DOCS] Fix podman farm update --help examples
2 parents b4d66a9 + 2954392 commit 94139ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/podman/farm/update.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ var (
2222
Args: cobra.ExactArgs(1),
2323
ValidArgsFunction: common.AutoCompleteFarms,
2424
Example: `podman farm update --add con1 farm1
25-
podman update --remove con2 farm2
26-
podman update --default farm3`,
25+
podman farm update --remove con2 farm2
26+
podman farm update --default farm3`,
2727
}
2828

2929
// Temporary struct to hold cli values.

0 commit comments

Comments
 (0)