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>
debian-1.42.9
Zheng Liu 2013-01-25 11:44:19 +08:00 committed by Theodore Ts'o
parent 274d46e1d3
commit dc18a3b305
1 changed files with 1 additions and 1 deletions

View 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);
}