summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xngxtop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ngxtop.py b/ngxtop.py
index 69a4285..6e1cf48 100755
--- a/ngxtop.py
+++ b/ngxtop.py
@@ -52,7 +52,7 @@ Examples:
$ ngxtop -i 'status >= 400' print request status http_referer
Average body bytes sent of 200 responses of requested path begin with 'foo':
- $ ngxtop avg bytes_sent --filter 'status == 200 and requested_path.startswith("foo")'
+ $ ngxtop avg bytes_sent --filter 'status == 200 and request_path.startswith("foo")'
"""
from contextlib import closing
import logging