From 042154d764e9dcff1e17b06f09ada0e2c2074f95 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 24 Nov 2010 23:16:01 +0100 Subject: fallocate: fix typo Signed-off-by: Karel Zak --- sys-utils/fallocate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/fallocate.c') diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c index 9598cf109..e9d7c079a 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 } }; -- cgit v1.2.3-55-g7522