diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/lsb/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/lsb/umount.c b/toys/lsb/umount.c index cebe2f0a..d67d41fb 100644 --- a/toys/lsb/umount.c +++ b/toys/lsb/umount.c @@ -8,7 +8,7 @@ * nor per-process mount namespaces can work sanely with mtab. The kernel * tracks mount points now, a userspace application can't do so anymore. -USE_UMOUNT(NEWTOY(umount, "ndDflrat*v[!na]", TOYFLAG_BIN|TOYFLAG_STAYROOT)) +USE_UMOUNT(NEWTOY(umount, "cndDflrat*v[!na]", TOYFLAG_BIN|TOYFLAG_STAYROOT)) config UMOUNT bool "umount" |