summaryrefslogtreecommitdiff
path: root/gpscat.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-13 03:57:32 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-03-13 03:57:32 -0500
commitaf87811bd557b609352c20076de048b3fbc08421 (patch)
tree78cb17b5c7fcc0f53a6dfd91a858f945f56255d1 /gpscat.in
parented9063e01fe85d93d6669fbdb08a14cd764a11a0 (diff)
downloadgpsd-af87811bd557b609352c20076de048b3fbc08421.tar.gz
Vanish away Id and Rev $ keywords, git won't expand them to anything useful.
Diffstat (limited to 'gpscat.in')
-rw-r--r--gpscat.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gpscat.in b/gpscat.in
index 6d1e62f9..eb22454b 100644
--- a/gpscat.in
+++ b/gpscat.in
@@ -62,9 +62,6 @@ if __name__ == '__main__':
elif switch == '-h':
sys.stderr.write("usage: gpscat [-s speed] serial-port\n")
raise SystemExit, 0
- elif switch == '-V':
- sys.stderr.write("gpscat at revision $Rev$\n")
- raise SystemExit, 0
tty = os.open(arguments[0], os.O_RDWR)
if speed != None: