Skip to content

Commit

Permalink
[CI:DOCS] Fix podman form update --help examples
Browse files Browse the repository at this point in the history
Signed-off-by: Boaz Shuster <[email protected]>
  • Loading branch information
boaz0 committed Sep 27, 2023
1 parent a018fe7 commit 2954392
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 2954392

Please sign in to comment.