docs: correct typo in example

the example flow used blackbox_edit (which uses the $EDITOR) but the author meant blackbox_edit_start (since the next step is editing the file in an external editor)
This commit is contained in:
Josh Peters
2015-03-06 20:29:50 -06:00
parent 65a1c938ab
commit e2defec756

View File

@@ -196,7 +196,7 @@ What does this look like to the typical user?
================================
* If you need to, start the GPG Agent: `eval $(gpg-agent --daemon)`
* Decrypt the file so it is editable: `blackbox_edit FILENAME`
* Decrypt the file so it is editable: `blackbox_edit_start FILENAME`
* (You will need to enter your GPG passphrase.)
* Edit FILENAME as you desire: `vim FILENAME`
* Re-encrypt the file: `blackbox_edit_end FILENAME`