Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
274d46e
)
contrib: add missing '-p' to fallocate's usage message
author
Zheng Liu
<wenqing.lz@taobao.com>
Fri, 25 Jan 2013 03:44:19 +0000
(11:44 +0800)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/contrib/fallocate.c
b/contrib/fallocate.c
index
1436b70
..
1f9b59a
100644
(file)
--- 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 [-n
p
t] [-o offset] -l length filename\n");
exit(EXIT_FAILURE);
}