]> err.no Git - util-linux/commitdiff
fallocate: fix typo
authorKarel Zak <kzak@redhat.com>
Wed, 24 Nov 2010 22:16:01 +0000 (23:16 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 24 Nov 2010 22:16:01 +0000 (23:16 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/fallocate.c

index 9598cf109b613223e0065260e9b54f21b0d57f34..e9d7c079afd3952810d09e107767a90879ee5b32 100644 (file)
@@ -87,7 +87,7 @@ int main(int argc, char **argv)
            { "help",      0, 0, 'h' },
            { "keep-size", 0, 0, 'n' },
            { "offset",    1, 0, 'o' },
-           { "lenght",    1, 0, 'l' },
+           { "length",    1, 0, 'l' },
            { NULL,        0, 0, 0 }
        };