summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-24 15:08:06 -0700
committerGary E. Miller <gem@rellim.com>2018-09-24 15:08:06 -0700
commit3f96b1071049d3e14138e141a3ca29aa1d90918a (patch)
tree6dd37a147efa916754c4098890f221555b350867 /contrib
parent537f38262f27356903ce0d011678439f1fb57538 (diff)
downloadgpsd-3f96b1071049d3e14138e141a3ca29aa1d90918a.tar.gz
ubxtool: tweak usage.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/ubxtool14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/ubxtool b/contrib/ubxtool
index 0fef2b0e..b8c80e95 100755
--- a/contrib/ubxtool
+++ b/contrib/ubxtool
@@ -2175,23 +2175,23 @@ def usage():
' default: %s\n'
' -h print help\n'
' -m M optional mode to -p P\n'
- ' -r open file/device read only\n'
' -p P send a prepackaged query P to GPS\n'
+ ' -R R save raw data from GPS in file R\n'
+ ' default: %s\n'
+ ' -r open file/device read only\n'
+ ' -S S set GPS speed to S\n'
' -s S set port speed to S\n'
' default: %s bps\n'
' -w wait time\n'
' default: %s seconds\n'
+ ' -V print version\n'
' -v V Set verbosity level to V, 0 to 4\n'
' default: %s\n'
' -? print help\n'
- ' -R R save raw data from GPS in file R\n'
- ' default: %s\n'
- ' -S S set GPS speed to S\n'
- ' -V print version\n'
'\n'
'D and E can be one of:' %
- (PROG_NAME, opts['input_file_name'], opts['input_speed'],
- opts['input_wait'], opts['verbosity'], opts['raw_file'])
+ (PROG_NAME, opts['input_file_name'], opts['raw_file'],
+ opts['input_speed'], opts['input_wait'], opts['verbosity'])
)
for item in sorted(gps_model.able_commands.keys()):