From: Rafael Ferreira Date: Wed, 9 Oct 2013 10:16:09 +0000 (-0300) Subject: cytune: fix glush typo in cytune X-Git-Tag: v2.24-rc2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38aa2fa9466271feab9c83568e8dfc609ff31984;p=thirdparty%2Futil-linux.git cytune: fix glush typo in cytune Signed-off-by: Rafael Ferreira --- diff --git a/sys-utils/cytune.c b/sys-utils/cytune.c index 932fcaac27..8a42f964ee 100644 --- a/sys-utils/cytune.c +++ b/sys-utils/cytune.c @@ -95,7 +95,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) fprintf(out, _(" -g, --get-threshold display current threshold value\n")); fprintf(out, _(" -S, --set-default-threshold set default threshold value\n")); fprintf(out, _(" -t, --set-flush set flush timeout to value\n")); - fprintf(out, _(" -G, --get-glush display default flush timeout value\n")); + fprintf(out, _(" -G, --get-flush display default flush timeout value\n")); fprintf(out, _(" -T, --set-default-flush set the default flush timeout to value\n")); fprintf(out, _(" -q, --stats display statistics about the tty\n")); fprintf(out, _(" -i, --interval gather statistics every interval\n"));