Skip to content

Commit

Permalink
Update cli/command/status.go
Browse files Browse the repository at this point in the history
Signed-off-by: Wine93 <[email protected]>
  • Loading branch information
Wine93 authored and caoxianfei1 committed Sep 12, 2023
1 parent 7401855 commit 28dd6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func NewStatusCommand(curveadm *cli.CurveAdm) *cobra.Command {
flags.StringVar(&options.role, "role", "*", "Specify service role")
flags.StringVar(&options.host, "host", "*", "Specify service host")
flags.BoolVarP(&options.verbose, "verbose", "v", false, "Verbose output for status")
flags.BoolVarP(&options.showInstances, "show-instances", "s", false, "Display service num")
flags.BoolVarP(&options.showInstances, "show-instances", "s", false, "Display service instances")

return cmd
}
Expand Down

0 comments on commit 28dd6b0

Please sign in to comment.