summaryrefslogtreecommitdiff
path: root/sys-utils
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2010-11-24 23:16:01 +0100
committerKarel Zak <kzak@redhat.com>2010-11-24 23:16:01 +0100
commit042154d764e9dcff1e17b06f09ada0e2c2074f95 (patch)
tree3549055ed0c9d95bba3aac1f60c940e5f2ba7ba5 /sys-utils
parentf77fa578e3e14bbc22cc987640cfb2c8e254477f (diff)
downloadutil-linux-old-042154d764e9dcff1e17b06f09ada0e2c2074f95.tar.gz
fallocate: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/fallocate.c2
1 files changed, 1 insertions, 1 deletions
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 }
};