summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-29 23:32:27 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-29 23:32:27 +0000
commitda5f51128282d3850070904c5649c351a2c902d0 (patch)
tree4274bb3d88c59abab3afc315e9bc620055008afc /gpsprof
parente1dd93780456d94f62c876f2a87dc3ca2dd862ab (diff)
downloadgpsd-da5f51128282d3850070904c5649c351a2c902d0.tar.gz
gpsprof -r option is gone.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof4
1 files changed, 1 insertions, 3 deletions
diff --git a/gpsprof b/gpsprof
index fd4abbbc..d6bca867 100755
--- a/gpsprof
+++ b/gpsprof
@@ -356,7 +356,7 @@ def plotframe(await, fname, speed, threshold, title):
if __name__ == '__main__':
try:
- (options, arguments) = getopt.getopt(sys.argv[1:], "f:hm:n:rs:t:")
+ (options, arguments) = getopt.getopt(sys.argv[1:], "f:hm:n:s:t:")
formatter = "space"
raw = False
speed = 0
@@ -370,8 +370,6 @@ if __name__ == '__main__':
threshold = int(val)
elif (switch == '-n'):
await = int(val)
- elif (switch == '-r'):
- raw = True
elif (switch == '-s'):
speed = int(val)
elif (switch == '-t'):