summaryrefslogtreecommitdiff
path: root/ztmonitor.c
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-27 19:05:25 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-27 19:05:25 +0000
commit2f5b20ab2cbc4d191e545f962bb225b3f5627c9b (patch)
treea0265a56cba5f069db0898aa3bb18f87ed844c6d /ztmonitor.c
parentfa410634b9156b926619cd41025df536af14dfb5 (diff)
Correct and remove (one of each) broken syntax examples.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2459 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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 07b7755..0af99e6 100644
--- a/ztmonitor.c
+++ b/ztmonitor.c
@@ -290,10 +290,8 @@ int main(int argc, char *argv[])
fprintf(stderr, " ztmonitor 1 -v -r streamrx.raw -t streamtx.raw\n");
fprintf(stderr, "Play a combined rx/tx stream via OSS and save it to a file\n");
fprintf(stderr, " ztmonitor 1 -o -f stream.raw\n");
- fprintf(stderr, "Play a combined rx/tx stream via OSS and save them to separate files\n");
- fprintf(stderr, " ztmonitor 1 -m -o -r streamrx.raw -t streamtx.raw\n");
fprintf(stderr, "Save a combined normal rx/tx stream and a combined 'preecho' rx/tx stream to files\n");
- fprintf(stderr, " ztmonitor 1 -m -p -f stream.raw -F streampreecho.raw\n");
+ fprintf(stderr, " ztmonitor 1 -p -f stream.raw -F streampreecho.raw\n");
fprintf(stderr, "Save a normal rx/tx stream and a 'preecho' rx/tx stream to separate files\n");
fprintf(stderr, " ztmonitor 1 -m -p -r streamrx.raw -t streamtx.raw -R streampreechorx.raw -T streampreechotx.raw\n");
exit(1);