aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-13 09:28:42 -0300
committerEuAndreh <eu@euandre.org>2022-08-13 09:28:42 -0300
commit3fb6d53765902599e2106a504568c49719bd8f6f (patch)
tree25173d01bfd935ba100ed88b10bb65c85b19c0e7 /bin
parentetc/sh/cronjob.sh: Satisfy ShellCheck (diff)
downloaddotfiles-3fb6d53765902599e2106a504568c49719bd8f6f.tar.gz
dotfiles-3fb6d53765902599e2106a504568c49719bd8f6f.tar.xz
bin/grun: Improve help string
Diffstat (limited to 'bin')
-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'