Skip to content

Commit

Permalink
edit some details
Browse files Browse the repository at this point in the history
Signed-off-by: FingerLeader <wanxfinger@gmail.com>
  • Loading branch information
FingerLeader committed May 5, 2022
1 parent d878d71 commit f7a9325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/attack/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func NewRedisSentinelStopCommand(dep fx.Option, options *core.RedisCommand) *cob
cmd.Flags().StringVarP(&options.Addr, "addr", "a", "", "")
cmd.Flags().StringVarP(&options.Password, "password", "p", "", "The password of server")
cmd.Flags().StringVarP(&options.Conf, "conf", "c", "", "The config path of Redis server")
cmd.Flags().BoolVarP(&options.FlushConfig, "flush-config", "", true, " Force Sentinel to rewrite its configuration on disk")
cmd.Flags().BoolVarP(&options.FlushConfig, "flush-config", "", true, "Force Sentinel to rewrite its configuration on disk")
cmd.Flags().StringVarP(&options.RedisPath, "redis-path", "", "", "The path of the redis-server command")
return cmd
}
Expand Down

0 comments on commit f7a9325

Please sign in to comment.