]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
contrib: add missing '-p' to fallocate's usage message
authorZheng Liu <wenqing.lz@taobao.com>
Fri, 25 Jan 2013 03:44:19 +0000 (11:44 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 25 Jan 2013 04:27:30 +0000 (23:27 -0500)
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
contrib/fallocate.c

index 1436b7016a92130a8a039e57e6c588636b214934..1f9b59ad547a184627b438c8fa06b27b75d253f9 100644 (file)
@@ -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);
 }