summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-11 14:37:17 -0700
committerGary E. Miller <gem@rellim.com>2019-04-11 14:37:17 -0700
commit3104e06f438388ba195ee50b9e9f336a084de80a (patch)
tree211133eeb3bdec265a6d6a622dd4ec9c89cac801
parent922d54c3f5e48a3bdaee32ceac68e1545dc410fc (diff)
downloadgpsd-3104e06f438388ba195ee50b9e9f336a084de80a.tar.gz
ubxtool: fix usage() for protver and raw_file.
-rwxr-xr-xubxtool5
1 files changed, 3 insertions, 2 deletions
diff --git a/ubxtool b/ubxtool
index 1447abdd..18eb8086 100755
--- a/ubxtool
+++ b/ubxtool
@@ -4008,8 +4008,9 @@ def usage():
' -? print help\n'
'\n'
'D and E can be one of:' %
- (PROG_NAME, opts['input_file_name'], opts['raw_file'],
- opts['protver'], opts['input_speed'], opts['input_wait'],
+ (PROG_NAME, opts['input_file_name'],
+ opts['protver'], opts['raw_file'],
+ opts['input_speed'], opts['input_wait'],
opts['verbosity'])
)