From c07dc9fdca673906e3172b23a30ef43e707ed7a0 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Thu, 27 Jul 2023 17:20:06 +0200 Subject: [PATCH] improve docs --- mod_gearman_worker_testcmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_gearman_worker_testcmd.go b/mod_gearman_worker_testcmd.go index f44b161..671ad84 100644 --- a/mod_gearman_worker_testcmd.go +++ b/mod_gearman_worker_testcmd.go @@ -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 " + return 3, "usage: mod_gearman_worker [--job_timeout=seconds] testcmd " } logger.Debugf("test cmd: %s\n", check.commandLine) command := parseCommand(check.commandLine, conf)