summaryrefslogtreecommitdiff
path: root/ztmonitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'ztmonitor.c')
-rw-r--r--ztmonitor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ztmonitor.c b/ztmonitor.c
index a9278ad..b5f6b85 100644
--- a/ztmonitor.c
+++ b/ztmonitor.c
@@ -298,10 +298,8 @@ static void usage()
" " PROG " 1 -v -r streamrx.raw -t streamtx.raw\n"
"Play a combined rx/tx stream via OSS and save it to a file\n"
" " PROG " 1 -o -f stream.raw\n"
- "Play a combined rx/tx stream via OSS and save them to separate files\n"
- " " PROG " 1 -m -o -r streamrx.raw -t streamtx.raw\n"
"Save a combined normal rx/tx stream and a combined 'preecho' rx/tx stream to files\n"
- " " PROG " 1 -m -p -f stream.raw -F streampreecho.raw\n"
+ " " PROG " 1 -p -f stream.raw -F streampreecho.raw\n"
"Save a normal rx/tx stream and a 'preecho' rx/tx stream to separate files\n"
" " PROG " 1 -m -p -r streamrx.raw -t streamtx.raw -R streampreechorx.raw -T streampreechotx.raw\n"
"");