summaryrefslogtreecommitdiff
path: root/contrib/ntpshmviz
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2017-06-30 15:21:26 -0700
committerGary E. Miller <gem@rellim.com>2017-06-30 15:21:26 -0700
commit241b2f0cb08ac00ce6c2751d8aab75ad20681f38 (patch)
treef2e97bba7d9cfc34334b3a6d08f2f53847807e35 /contrib/ntpshmviz
parent8b3c23336312b6a537916bce2c4b02e0749143bd (diff)
downloadgpsd-241b2f0cb08ac00ce6c2751d8aab75ad20681f38.tar.gz
ntpshmviz: change -H to traditional -h.
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/")