From 3fb6d53765902599e2106a504568c49719bd8f6f Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Sat, 13 Aug 2022 09:28:42 -0300
Subject: bin/grun: Improve help string

---
 bin/grun | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/grun b/bin/grun
index 4b6217d..cfd6b52 100755
--- a/bin/grun
+++ b/bin/grun
@@ -13,8 +13,8 @@ help() {
 	cat <<-'EOF'
 
 		Options:
-		  -r RECIPIENT    the recipient to encrypt to.  Can be given
-				  multiple for multiple recipients.
+		  -r RECIPIENT    the recipient to encrypt to.  Can be provided
+		                  multiple times for multiple recipients.
 		  -h, --help      show this message
 
 		COMMAND           A command to be executed, that accepts input
@@ -29,7 +29,7 @@ help() {
 
 		    $ grun secrets.txt.gpg -- vipe
 
-		  Delete lines containing "TODO" in todos.gpg:
+		  Delete lines containing "TODO" in todos.gpg for specific keys:
 
 		    $ grun -r ABC123DEF321 todos.gpg -- sed '/TODO/d'
 
-- 
cgit v1.2.3