From: Karel Zak Date: Wed, 24 Nov 2010 22:16:01 +0000 (+0100) Subject: fallocate: fix typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=042154d764e9dcff1e17b06f09ada0e2c2074f95;p=util-linux fallocate: fix typo Signed-off-by: Karel Zak --- diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c index 9598cf10..e9d7c079 100644 --- a/sys-utils/fallocate.c +++ b/sys-utils/fallocate.c @@ -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 } };