summaryrefslogtreecommitdiffstats
path: root/sys-utils/fallocate.c
diff options
context:
space:
mode:
authorKarel Zak2010-11-24 23:16:01 +0100
committerKarel Zak2010-11-24 23:16:01 +0100
commit042154d764e9dcff1e17b06f09ada0e2c2074f95 (patch)
tree3549055ed0c9d95bba3aac1f60c940e5f2ba7ba5 /sys-utils/fallocate.c
parentbuild-sys: fix lsblk building (diff)
downloadkernel-qcow2-util-linux-042154d764e9dcff1e17b06f09ada0e2c2074f95.tar.gz
kernel-qcow2-util-linux-042154d764e9dcff1e17b06f09ada0e2c2074f95.tar.xz
kernel-qcow2-util-linux-042154d764e9dcff1e17b06f09ada0e2c2074f95.zip
fallocate: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/fallocate.c')
-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 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 }
};