Skip to content

Commit

Permalink
Merge pull request #20168 from boaz0/closes_20079
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix podman farm update --help examples
  • Loading branch information
openshift-merge-robot authored Sep 28, 2023
2 parents b4d66a9 + 2954392 commit 94139ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/podman/farm/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 94139ec

Please sign in to comment.