Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 27, 2023
1 parent 04cdf53 commit c07dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_gearman_worker_testcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func runTestCmd(conf *configurationStruct, args []string) (rc int, output string
commandLine: strings.Join(args, " "),
}
if len(args) == 0 {
return 3, "usage: mod_gearman_worker testcmd <cmd> <args>"
return 3, "usage: mod_gearman_worker [--job_timeout=seconds] testcmd <cmd> <args>"
}
logger.Debugf("test cmd: %s\n", check.commandLine)
command := parseCommand(check.commandLine, conf)
Expand Down

0 comments on commit c07dc9f

Please sign in to comment.