Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Jan 27, 2025
1 parent 686081e commit 45fd7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/network_update_outbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ replicated network update outbound NETWORK_ID --outbound any`,
parent.AddCommand(cmd)

cmd.Flags().StringVar(&r.args.updateNetworkOutbound, "outbound", "", "Update outbound setting (must be 'none' or 'any')")
cmd.Flags().StringVar(&r.outputFormat, "output", "table", "The output format to use. One of: json|table|wide (default: table)")
cmd.Flags().StringVar(&r.outputFormat, "output", "table", "The output format to use. One of: json|table|wide")

cmd.MarkFlagRequired("outbound")

Expand Down

0 comments on commit 45fd7bb

Please sign in to comment.