Whamcloud - gitweb
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 1436b70..1f9b59a 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);
 }