diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-25 12:03:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-25 12:03:48 +0000 |
commit | 1f49d27732793b061c505e12b6eaf31e3deaf814 (patch) | |
tree | 5ce061194e95cb4e2b98b9540ed50a48851e46c9 /perl-install | |
parent | fb09295196c51c8a22f0f8f41c1579da6b5c62af (diff) | |
download | drakx-1f49d27732793b061c505e12b6eaf31e3deaf814.tar drakx-1f49d27732793b061c505e12b6eaf31e3deaf814.tar.gz drakx-1f49d27732793b061c505e12b6eaf31e3deaf814.tar.bz2 drakx-1f49d27732793b061c505e12b6eaf31e3deaf814.tar.xz drakx-1f49d27732793b061c505e12b6eaf31e3deaf814.zip |
(help) document 'encrypted' option (#13562)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs/mount_options.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index b80395a03..e31db1653 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -108,6 +108,8 @@ sub pack { sub help() { ( + 'encrypted' => N("Use an encrypted file system"), + 'grpquota' => N("Enable group disk quota accounting and optionally enforce limits"), 'noatime' => N("Do not update inode access times on this file system |