diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/lsb/mount.c (renamed from toys/pending/mount.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/mount.c b/toys/lsb/mount.c index 4962df3f..949fb05d 100644 --- a/toys/pending/mount.c +++ b/toys/lsb/mount.c @@ -10,7 +10,7 @@ USE_MOUNT(NEWTOY(mount, "?O:afnrvwt:o*[-rw]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_ST config MOUNT bool "mount" - default n + default y help usage: mount [-afFrsvw] [-t TYPE] [-o OPTIONS...] [[DEVICE] DIR] |