From 46193445c34f0b8eef9a067ac7197ba909fa8208 Mon Sep 17 00:00:00 2001 From: wforums Date: Tue, 1 Jul 2014 10:02:51 +0200 Subject: [PATCH] Small change Forgot to update comment after switching around parameters. --- src/params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/params.c b/src/params.c index efbe7d6f..03ef81ed 100644 --- a/src/params.c +++ b/src/params.c @@ -693,7 +693,7 @@ void usage (void) mprint(" - Use colors\n"); mprint(" Examples:\n"); mprint(" 0000101 is the default setting for transcripts\n"); - mprint(" 1101101 is the default for timed transcripts\n"); + mprint(" 1110101 is the default for timed transcripts\n"); mprint(" 1111001 is the default setting for -ucla\n"); mprint(" Make sure you use this parameter after others that might\n"); mprint(" affect these settings (-out, -ucla, -xds, -txt, -ttxt, ...)\n");