summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Recreate-gocryptfs.conf-using-masterkey.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Recreate-gocryptfs.conf-using-masterkey.md b/Recreate-gocryptfs.conf-using-masterkey.md
index e7527e6..05bf42f 100644
--- a/Recreate-gocryptfs.conf-using-masterkey.md
+++ b/Recreate-gocryptfs.conf-using-masterkey.md
@@ -1,6 +1,6 @@
If you lose your `gocryptfs.conf` but have saved your masterkey, you can create a new `gocryptfs.conf` like this:
-* Use `gocryptfs -init` to create a new config file (password does not matter)
+* Use `gocryptfs -init` on a temporary directory to create a new config file (password does not matter)
* Then use `gocryptfs -passwd -masterkey` to override the masterkey and set a new password
### Complete example