From 2f5b20ab2cbc4d191e545f962bb225b3f5627c9b Mon Sep 17 00:00:00 2001 From: qwell Date: Fri, 27 Apr 2007 19:05:25 +0000 Subject: 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 --- ztmonitor.c | 4 +--- 1 file changed, 1 insertion(+), 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); -- cgit v1.2.3