From 566db5dad6f075ad1164b629d6fe68f0a91dcd7a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 1 Jul 2005 06:56:47 +0000 Subject: describe "grpquota" and "usrquota" mount options (#15671) --- perl-install/fs/mount_options.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index a8fa688db..383490bb6 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -108,7 +108,7 @@ sub pack { sub help() { ( - 'grpquota' => '', + 'grpquota' => N("Enable group disk quota accounting and optionally enforce limits"), 'noatime' => N("Do not update inode access times on this file system (e.g, for faster access on the news spool to speed up news servers)."), @@ -138,7 +138,7 @@ system again. This option implies the options noexec, nosuid, and nodev (unless overridden by subsequent options, as in the option line user,exec,dev,suid )."), - 'usrquota' => '', + 'usrquota' => N("Enable user disk quota accounting enabled, and optionally enforce limits"), 'umask=0' => N("Give write access to ordinary users"), -- cgit v1.2.1