summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorBill Marr <marr@copper.net>2006-05-21 20:47:49 +0000
committerBill Marr <marr@copper.net>2006-05-21 20:47:49 +0000
commitb624844bf31895de333902463d9bab564e5e4cf6 (patch)
tree3a66b5c44d25329a6c7eaf95a320f500947868ea /gpsprof
parentfe05b4d1eedf28bd01268d92dadaaa7b33f0694f (diff)
downloadgpsd-b624844bf31895de333902463d9bab564e5e4cf6.tar.gz
Remove description of unsupported command-line options...
...('-r' and '-o file') from help ('-h') output.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsprof b/gpsprof
index f85b3ac3..b6c313fa 100755
--- a/gpsprof
+++ b/gpsprof
@@ -453,8 +453,8 @@ if __name__ == '__main__':
title = val
elif (switch == '-h'):
sys.stderr.write(\
- "usage: gpsprof [-h] [-r] [-m threshold] [-n samplecount] \n"
- + "\t[-f {" + "|".join(map(lambda x: x.name, formatters)) + "}] [-s speed] [-t title] [-o file]\n")
+ "usage: gpsprof [-h] [-m threshold] [-n samplecount] \n"
+ + "\t[-f {" + "|".join(map(lambda x: x.name, formatters)) + "}] [-s speed] [-t title]\n")
sys.exit(0)
sys.stdout.write(plotframe(await,formatter,speed,threshold,title))
except KeyboardInterrupt: