aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorZheng Liu <wenqing.lz@taobao.com>2013-01-25 11:44:19 +0800
committerTheodore Ts'o <tytso@mit.edu>2013-01-24 23:27:30 -0500
commitdc18a3b3052c0bd1a6204a06cd9e79c76f6946fa (patch)
treec2a384b064f596e1cd7cdcea98a7abad800da89e /contrib
parent274d46e1d35af423d0292d63c4d0ad7a03be82ba (diff)
downloadandroid_external_e2fsprogs-dc18a3b3052c0bd1a6204a06cd9e79c76f6946fa.tar.gz
android_external_e2fsprogs-dc18a3b3052c0bd1a6204a06cd9e79c76f6946fa.tar.bz2
android_external_e2fsprogs-dc18a3b3052c0bd1a6204a06cd9e79c76f6946fa.zip
contrib: add missing '-p' to fallocate's usage message
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fallocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fallocate.c b/contrib/fallocate.c
index 1436b701..1f9b59ad 100644
--- a/contrib/fallocate.c
+++ b/contrib/fallocate.c
@@ -39,7 +39,7 @@
void usage(void)
{
- printf("Usage: fallocate [-nt] [-o offset] -l length filename\n");
+ printf("Usage: fallocate [-npt] [-o offset] -l length filename\n");
exit(EXIT_FAILURE);
}