From 1efa23869ce12f8dbcb54f9edf738e7096cab850 Mon Sep 17 00:00:00 2001
From: Jerome Charaoui <jerome@riseup.net>
Date: Wed, 6 Jun 2018 21:49:49 -0400
Subject: [PATCH] [borg] improve comments in example.borg

---
 examples/example.borg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/example.borg b/examples/example.borg
index 699adb2..b49598d 100644
--- a/examples/example.borg
+++ b/examples/example.borg
@@ -168,14 +168,14 @@ exclude = /var/lib/mysql
 ## - "repokey" = encryption with key stored inside the repository
 ## - "keyfile" = encryption with key stored in ~/.config/borg/keys/
 ##
-## for more info see : borg help init
+## for other options and more info, see : borg help init
 ##
 ## Default:
 # encryption = none
 
 ## passphrase of the key used for repository encryptions
 ##
-## must be set if encryption != none
+## must be set if encryption is not "none"
 ## encryption is disabled by default
 ##
 ## Default:
-- 
GitLab