diff options
author | Jakob Unterwurzacher | 2016-06-23 21:56:50 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-06-23 21:56:50 +0200 |
commit | 3d59a72ba952602ca046df532fe2a3e8e16f1046 (patch) | |
tree | d39845a851156ffcd6d3f41c6007921ae50b690d /Documentation/MANPAGE.md | |
parent | e970b1fdb5963448f8d54d70ae903883605da32d (diff) |
Drop deprecated "-emenames" option
The EMENames feature flag is already mandatory, dropping the command
line option is the final step.
Diffstat (limited to 'Documentation/MANPAGE.md')
-rw-r--r-- | Documentation/MANPAGE.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index bfc5279..fa62062 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -46,11 +46,6 @@ user_allow_other is set in /etc/fuse.conf. This option is equivalent to **-d, -debug** : Enable debug output -**-emenames** -: Use EME filename encryption (default true), implies diriv. -This flag is useful when recovering old gocryptfs filesystems using -"-masterkey". It is ignored (stays at the default) otherwise. - **-extpass string** : Use an external program (like ssh-askpass) for the password prompt. The program should return the password on stdout, a trailing newline is |