summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Kravcenko <bndrzz@gmail.com>2014-03-21 20:41:03 +0100
committerVadim Kravcenko <bndrzz@gmail.com>2014-03-21 20:41:03 +0100
commit02d20b8e85b74d660e00c5c5d50ba5ecee45cfaf (patch)
treef705e37b2ca0192524871ab352a99cf6d80d8bef
parent87ca10d180b48f4783bcd06ffbde4a2dc2324478 (diff)
Wrong variable name in example
-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