From: Zheng Liu <wenqing.lz@xxxxxxxxxx> In fallocate.c it has supported hole punching, but '-p' argument does not be printed in usage. So fix it to let the user know it. Signed-off-by: Zheng Liu <wenqing.lz@xxxxxxxxxx> --- 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.7.12.rc2.18.g61b472e -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html