diff options
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/fsfreeze.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/other/fsfreeze.c b/toys/other/fsfreeze.c index f7b8a946..e169554e 100644 --- a/toys/other/fsfreeze.c +++ b/toys/other/fsfreeze.c @@ -7,6 +7,7 @@ USE_FSFREEZE(NEWTOY(fsfreeze, "<1>1f|u|[!fu]", TOYFLAG_USR|TOYFLAG_SBIN)) config FSFREEZE bool "fsfreeze" default y + depends on TOYBOX_FIFREEZE help usage: fsfreeze {-f | -u} MOUNTPOINT |