mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
cobra oopsie
This commit is contained in:
parent
9e4a5f47d9
commit
35c9733668
@ -41,7 +41,7 @@ func newRun() *run {
|
||||
cmd.Run = r.run
|
||||
cmd.Flags().IntVarP(&r.loopers, "loopers", "l", 1, "Number of current loopers to start")
|
||||
cmd.Flags().IntVarP(&r.iterations, "iterations", "i", 1, "Number of iterations per looper")
|
||||
cmd.Flags().IntVarP(&r.statusEvery, "status-every", "e", 100, "Show status every # iterations")
|
||||
cmd.Flags().IntVarP(&r.statusEvery, "status-every", "E", 100, "Show status every # iterations")
|
||||
return r
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user