summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBinh Le <lebinh.it@gmail.com>2014-03-22 11:42:27 +0700
committerBinh Le <lebinh.it@gmail.com>2014-03-22 11:42:27 +0700
commit990366760742fba4d3892d8a37ada39404a4b016 (patch)
treef705e37b2ca0192524871ab352a99cf6d80d8bef
parent87ca10d180b48f4783bcd06ffbde4a2dc2324478 (diff)
parent02d20b8e85b74d660e00c5c5d50ba5ecee45cfaf (diff)
Merge pull request #11 from bndr/patch-2
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