Better wording
This commit is contained in:
@@ -16,7 +16,7 @@ func attackCmd(args []string) command {
|
|||||||
targetsf := fs.String("targets", "targets.txt", "Targets file")
|
targetsf := fs.String("targets", "targets.txt", "Targets file")
|
||||||
ordering := fs.String("ordering", "random", "Attack ordering [sequential, random]")
|
ordering := fs.String("ordering", "random", "Attack ordering [sequential, random]")
|
||||||
duration := fs.Duration("duration", 10*time.Second, "Duration of the test")
|
duration := fs.Duration("duration", 10*time.Second, "Duration of the test")
|
||||||
output := fs.String("output", "stdout", "Vegeta data file")
|
output := fs.String("output", "stdout", "Output file")
|
||||||
fs.Parse(args)
|
fs.Parse(args)
|
||||||
|
|
||||||
return func() error {
|
return func() error {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import (
|
|||||||
func reportCmd(args []string) command {
|
func reportCmd(args []string) command {
|
||||||
fs := flag.NewFlagSet("report", flag.ExitOnError)
|
fs := flag.NewFlagSet("report", flag.ExitOnError)
|
||||||
reporter := fs.String("reporter", "text", "Reporter [text, json, plot:timings]")
|
reporter := fs.String("reporter", "text", "Reporter [text, json, plot:timings]")
|
||||||
input := fs.String("input", "stdin", "Vegeta data file")
|
input := fs.String("input", "stdin", "Input file")
|
||||||
output := fs.String("output", "stdout", "Output file")
|
output := fs.String("output", "stdout", "Output file")
|
||||||
fs.Parse(args)
|
fs.Parse(args)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user