diff options
author | Jakob Unterwurzacher | 2018-08-15 13:11:34 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-08-15 13:12:13 +0200 |
commit | 5acfbc1b2ffbd156ca7a1f2cc09084a518f1d58e (patch) | |
tree | 8c7ec9ed5a7f70945285143f7ed493c21a79351e /Documentation | |
parent | 7a02f71fc2fc8fc104ad1538f417d1e93e73cf11 (diff) |
main: add -e as an alias for -exclude
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 62e0dee..d7321c2 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -76,7 +76,7 @@ prior to 1.9, which fall back to weak random data when the getrandom syscall is blocking. Using this option can block indefinitely when the kernel cannot harvest enough entropy. -#### -exclude PATH +#### -e PATH, -exclude PATH Only for reverse mode: exclude relative plaintext path from the encrypted view. Can be passed multiple times. Example: |