From e47e5a89e3ffc9f2eecd734b90793ea37b034a2e Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Fri, 3 Mar 2017 14:09:09 -0500 Subject: [PATCH] Tweak example in README. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f8dbd93..3f9087b 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,16 @@ files. It's sufficient to encrypt files, but not to decrypt them. To archive a file for storage: - $ enchive archive + $ enchive archive file.tar.gz -This will encrypt `file` as `file.enchive` (leaving the original in -place). You can safely archive this wherever. +This will encrypt `file.tar.gz` as `file.tar.gz.enchive` (leaving the +original in place). You can safely archive this wherever. To extract the file later on a machine with `.encrypt.sec`: - $ enchive extract + $ enchive extract file.tar.gz.enchive -This will reproduce `file`. +This will reproduce `file.tar.gz`. ## Notes