summaryrefslogtreecommitdiff
path: root/xgps
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-21 14:47:34 -0700
committerGary E. Miller <gem@rellim.com>2018-09-21 14:47:34 -0700
commit71e5e40df65f82c204d094f2b6e860e4eb53ba9f (patch)
treeb71d726284aa2c9e89a7b0febcfcda89cea2dd37 /xgps
parent8446d17968dedb036f095cb0bd9c3404e452706c (diff)
downloadgpsd-71e5e40df65f82c204d094f2b6e860e4eb53ba9f.tar.gz
xgps: Fix -V option.
Diffstat (limited to 'xgps')
-rwxr-xr-xxgps2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgps b/xgps
index 045b9808..5917b32d 100755
--- a/xgps
+++ b/xgps
@@ -1143,7 +1143,7 @@ if __name__ == "__main__":
elif opt in ('-?', '-h', '--help'):
print(__doc__)
sys.exit(0)
- elif opt == 'V':
+ elif opt == '-V':
sys.stderr.write("xgps 1.0\n")
sys.exit(0)