From 6f26127d9bda9b3350690a1dfd7548b414f564ac Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Wed, 20 Aug 2014 15:33:33 -0700 Subject: [PATCH] resty: made the usage text more concise. --- util/resty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/resty b/util/resty index 54a066b..f080627 100755 --- a/util/resty +++ b/util/resty @@ -200,7 +200,7 @@ if ($pid == 0) { # child process sub usage { my $rc = shift; my $msg = <<_EOC_; -$0 [-h] [-c num] [-e prog] [-V] [lua-file] +resty [-h] [-c num] [-e prog] [-V] [lua-file] Options: -c num set maximal connection count (default: 64).