aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/grun6
1 files 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'