]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
zramctl: fix typo
authorKarel Zak <kzak@redhat.com>
Wed, 6 Aug 2014 07:02:09 +0000 (09:02 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Aug 2014 07:02:09 +0000 (09:02 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/zramctl.c

index 0f1ffab3f5758a5bd4175070fd8dbff0c3cae197..e748589b5dc85ba01bf3d2f418940d84e9e66b5c 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 compression estreams\n\n"), out);
+       fputs(_(" -t, --streams <number>    number of compression streams\n\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
        fputs(USAGE_HELP, out);