summaryrefslogtreecommitdiff
path: root/contrib/ntpshmviz
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-06-20 16:00:49 -0700
committerGary E. Miller <gem@rellim.com>2018-06-20 16:00:49 -0700
commite5626db1e8b52ea1af89f85442eff096c4603e7d (patch)
treec680fb0b0be5696268cd0740c8df579fb1da4569 /contrib/ntpshmviz
parentaa1d17f8b739c193d0f083757e1c38d894e67339 (diff)
downloadgpsd-e5626db1e8b52ea1af89f85442eff096c4603e7d.tar.gz
ntpshmviz: Fix for PEP8
Diffstat (limited to 'contrib/ntpshmviz')
-rwxr-xr-xcontrib/ntpshmviz4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/ntpshmviz b/contrib/ntpshmviz
index a84cfaba..fee7f921 100755
--- a/contrib/ntpshmviz
+++ b/contrib/ntpshmviz
@@ -6,6 +6,7 @@
# To do:
#
# 1. Add exit button so the user does not need to do <Ctrl>-w
+# 2. Allow for a continuous stream of data to be graphed
#
import sys
@@ -108,7 +109,8 @@ if __name__ == "__main__":
if (sys.argv[1] == "-h" or sys.argv[1] == "--help"):
print ("""
Usage: <input stream> | ntpshmviz
-Example: cat SAMPLES | ntpshmviz
+
+Example: ntpshmmon -n 100 | ntpshmviz
Options:
\t-h: help message