diff --git a/Userland/Utilities/mount.cpp b/Userland/Utilities/mount.cpp index 9abc8e2ea4..79d7921e52 100644 --- a/Userland/Utilities/mount.cpp +++ b/Userland/Utilities/mount.cpp @@ -184,7 +184,7 @@ static ErrorOr print_mounts() if (mount_flags & MS_NOREGULAR) out(",noregular"); if (mount_flags & MS_SRCHIDDEN) - out(",srcobfuscate"); + out(",srchidden"); if (mount_flags & MS_NOEXEC) out(",noexec"); if (mount_flags & MS_NOSUID)