resty: added bug report info to the "resty" utility's usage output.
This commit is contained in:
parent
6f26127d9b
commit
1140a2fa67
|
@ -207,6 +207,9 @@ Options:
|
||||||
-e prog run the inlined Lua code in "prog".
|
-e prog run the inlined Lua code in "prog".
|
||||||
-h print this help.
|
-h print this help.
|
||||||
-V print the underlying nginx version and configurations.
|
-V print the underlying nginx version and configurations.
|
||||||
|
|
||||||
|
For bug reporting instructions, please see:
|
||||||
|
<http://openresty.org/#Community>
|
||||||
_EOC_
|
_EOC_
|
||||||
if ($rc == 0) {
|
if ($rc == 0) {
|
||||||
print $msg;
|
print $msg;
|
||||||
|
|
Loading…
Reference in New Issue