From dc18a3b3052c0bd1a6204a06cd9e79c76f6946fa Mon Sep 17 00:00:00 2001 From: Zheng Liu Date: Fri, 25 Jan 2013 11:44:19 +0800 Subject: [PATCH] contrib: add missing '-p' to fallocate's usage message Signed-off-by: Zheng Liu Signed-off-by: "Theodore Ts'o" --- contrib/fallocate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fallocate.c b/contrib/fallocate.c index 1436b70..1f9b59a 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); } -- 1.8.3.1