From e2defec7565afcc82b19c3a4a6a3e7c26ff04af4 Mon Sep 17 00:00:00 2001 From: Josh Peters Date: Fri, 6 Mar 2015 20:29:50 -0600 Subject: [PATCH] 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0ac12f..0abba26 100644 --- a/README.md +++ b/README.md @@ -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`