summaryrefslogtreecommitdiff
path: root/contrib/ntpshmviz
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntpshmviz')
-rwxr-xr-xcontrib/ntpshmviz4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ntpshmviz b/contrib/ntpshmviz
index d84362dd..85fbc519 100755
--- a/contrib/ntpshmviz
+++ b/contrib/ntpshmviz
@@ -97,13 +97,13 @@ if __name__ == "__main__":
print ("Version 2.0")
sys.exit()
- if (sys.argv[1] == "-H" or sys.argv[1] == "--help"):
+ if (sys.argv[1] == "-h" or sys.argv[1] == "--help"):
print ("Usage: <input stream> | ntpshmviz")
print ("Example: cat SAMPLES | ntpshmviz")
print ("")
print ("Options:")
+ print ("\t-h: help message")
print ("\t-V: version information")
- print ("\t-H: help message")
print ("")
print ("Report ntpshmviz bugs to Keane Wolter, daemoneye2@gmail.com")
print ("gpsd homepage: www.catb.org/gpsd/")