mirror of https://github.com/chaos-mesh/chaosd.git
chore: update help information for recover-cmd (#140)
Signed-off-by: FingerLeader <wanxfinger@gmail.com>
This commit is contained in:
parent
bc1b29af2d
commit
81a670e824
|
@ -62,7 +62,7 @@ func NewProcessKillCommand(dep fx.Option, options *core.ProcessCommand) *cobra.C
|
|||
|
||||
cmd.Flags().StringVarP(&options.Process, "process", "p", "", "The process name or the process ID")
|
||||
cmd.Flags().IntVarP(&options.Signal, "signal", "s", 9, "The signal number to send")
|
||||
cmd.Flags().StringVarP(&options.RecoverCmd, "recover-cmd", "r", "", "The command to be executed when recovering experiment")
|
||||
cmd.Flags().StringVarP(&options.RecoverCmd, "recover-cmd", "r", "", "The command to be run when recovering experiment")
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue