]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cytune: fix glush typo in cytune
authorRafael Ferreira <rafael.f.f1@gmail.com>
Wed, 9 Oct 2013 10:16:09 +0000 (07:16 -0300)
committerKarel Zak <kzak@redhat.com>
Wed, 9 Oct 2013 12:48:47 +0000 (14:48 +0200)
Signed-off-by: Rafael Ferreira <rafael.f.f1@gmail.com>
sys-utils/cytune.c

index 932fcaac27c06d567a002033a3777344fa009e99..8a42f964eed9321849f52a321856bd24f2f79bdd 100644 (file)
@@ -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 <num>  set default threshold value\n"));
        fprintf(out, _(" -t, --set-flush <num>              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 <num>      set the default flush timeout to value\n"));
        fprintf(out, _(" -q, --stats                        display statistics about the tty\n"));
        fprintf(out, _(" -i, --interval <seconds>           gather statistics every <seconds> interval\n"));