]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
zramctl: fix typo
authorKarel Zak <kzak@redhat.com>
Tue, 5 Aug 2014 13:47:36 +0000 (15:47 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 5 Aug 2014 13:47:36 +0000 (15:47 +0200)
Reported-by: Steven Honeyman
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/zramctl.c

index a26cd8eba3d8ea22b15b66b9bf7f32fb5c0727e9..0f1ffab3f5758a5bd4175070fd8dbff0c3cae197 100644 (file)
@@ -378,7 +378,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
        fputs(_("     --raw                 use raw status output format\n"), out);
        fputs(_(" -r, --reset               reset all specified devices\n"), out);
        fputs(_(" -s, --size <size>         device size\n"), out);
-       fputs(_(" -t, --streams <number>    number of compressoin streams\n\n"), out);
+       fputs(_(" -t, --streams <number>    number of compression estreams\n\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
        fputs(USAGE_HELP, out);