diff options
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/fallocate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/fallocate.c b/toys/other/fallocate.c index 22ef978d..0144025c 100644 --- a/toys/other/fallocate.c +++ b/toys/other/fallocate.c @@ -8,7 +8,7 @@ USE_FALLOCATE(NEWTOY(fallocate, ">1l#|", TOYFLAG_USR|TOYFLAG_BIN)) config FALLOCATE bool "fallocate" - default n + default y help usage: fallocate [-l size] file |