aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-24 18:20:52 +0100
committerJakob Unterwurzacher2016-01-24 18:20:52 +0100
commit65b8d5bc46d76d0c200052dea9534947ff92fc6f (patch)
treeb3ca140120924278dd7868599e7255d173c03f04 /Documentation
parent9ecb489c66d9b7e681debc9b23756d8d43820d68 (diff)
Update MANPAGE with new options
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/MANPAGE.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md
index 3677b76..6210190 100644
--- a/Documentation/MANPAGE.md
+++ b/Documentation/MANPAGE.md
@@ -36,7 +36,7 @@ Options:
**-cpuprofile string**
: Write cpu profile to specified file
-**-debug**
+**-d, -debug**
: Enable debug output
**-diriv**
@@ -71,6 +71,15 @@ option can be used to mount a gocryptfs filesystem without a config file.
Note that the command line, and with it the master key, is visible to
anybody on the machine who can execute "ps -auxwww".
+**-memprofile string**
+: Write memory profile to specified file. This is useful when debugging
+memory usage of gocryptfs.
+
+**-nosyslog**
+: Diagnostic messages are normally redirected to syslog once gocryptfs
+daemonizes. This option disables the redirection and messages will
+continue be printed to stdout and stderr.
+
**-notifypid int**
: Send USR1 to the specified process after successful mount. This is
used internally for daemonization.
@@ -85,7 +94,7 @@ built-in crypto is 4x slower.
**-plaintextnames**
: Do not encrypt file names
-**-q**
+**-q, -quiet**
: Quiet - silence informational messages
**-scryptn int**