summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-23 14:41:17 +0000
committerGary E. Miller <gem@rellim.com>2018-11-23 14:41:17 +0000
commit9e1b215838e3f8c0dc55d84d6d8fcdbfdf213b3b (patch)
treec78ab8d7099dd7ce9e336bc518facf38639a47b8
parentb1bbb18e6eaf408b307f4938157e187765119c2e (diff)
downloadgpsd-9e1b215838e3f8c0dc55d84d6d8fcdbfdf213b3b.tar.gz
gpsfake: Improve usage() output.
-rwxr-xr-xgpsfake44
1 files changed, 22 insertions, 22 deletions
diff --git a/gpsfake b/gpsfake
index b8ca3941..e0578c48 100755
--- a/gpsfake
+++ b/gpsfake
@@ -135,28 +135,28 @@ if __name__ == '__main__':
def usage():
"Print usage and exit"
sys.stderr.write("""usage: gpsfake [OPTIONS] logfile...
- [-1]
- [-b]
- [-c cycle]
- [-D debug]
- [-g]
- [-h]
- [-i]
- [-l]
- [-m monitor]
- [-n]
- [-o options]
- [-p]
- [-P port]
- [-q]
- [-r initcmd]
- [-S]
- [-s speed]
- [-t]
- [-T]
- [-v]
- [-V]
- [-x]
+ [-1] logfile is interpreted once only rather than repeatedly
+ [-b] enable a twirling-baton progress indicator
+ [-c cycle] sets the delay between sentences in seconds
+ [-D debug] passes a -D option to the daemon
+ [-g] run the gpsd instance within gpsfake under control of gdb
+ [-h] print a usage message and exit
+ [-i] single-stepping through logfile
+ [-l] dump a line or packet number just before each sentence
+ [-m monitor] specifies a monitor program under which the daemon is run
+ [-n] start the daemon reading the GPS without waiting for a client
+ [-o options] specifies options to pass to the daemon
+ [-p] sets watcher mode and dump to stdout
+ [-P port] sets the daemon's listening port
+ [-q] act in a quiet manner
+ [-r initcmd] specifies an initialization command to use in pipe mode
+ [-S] insert realistic delays in the test input
+ [-s speed] sets the baud rate for the slave tty
+ [-t] force TCP
+ [-T] print some system information and exit
+ [-v] verbose
+ [-V] Version
+ [-x] dump packets as gpsfake gathers them
""")
raise SystemExit(0)