Skip to content

Commit

Permalink
Merge pull request #942 from YaoZengzeng/fmt
Browse files Browse the repository at this point in the history
fix format error of `kmeshctl waypoint status --help`
  • Loading branch information
kmesh-bot authored Oct 12, 2024
2 parents e5a1cf7 + 739fde5 commit a255c06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ctl/waypoint/waypoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ func NewCmd() *cobra.Command {
Short: "Show the status of waypoints in a namespace",
Long: "Show the status of waypoints for the namespace provided or default namespace if none is provided",
Example: ` # Show the status of the waypoint in the default namespace
kmeshctl waypoint status
# Show the status of the waypoint in a specific namespace
kmeshctl waypoint status --namespace default`,
kmeshctl waypoint status
# Show the status of the waypoint in a specific namespace
kmeshctl waypoint status --namespace foo`,
Args: func(cmd *cobra.Command, args []string) error {
if len(args) != 0 {
return fmt.Errorf("unknown subcommand %q", args[0])
Expand Down

0 comments on commit a255c06

Please sign in to comment.