diff options
author | EuAndreh <eu@euandre.org> | 2022-08-13 09:28:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-13 09:28:42 -0300 |
commit | 3fb6d53765902599e2106a504568c49719bd8f6f (patch) | |
tree | 25173d01bfd935ba100ed88b10bb65c85b19c0e7 | |
parent | etc/sh/cronjob.sh: Satisfy ShellCheck (diff) | |
download | dotfiles-3fb6d53765902599e2106a504568c49719bd8f6f.tar.gz dotfiles-3fb6d53765902599e2106a504568c49719bd8f6f.tar.xz |
bin/grun: Improve help string
-rwxr-xr-x | bin/grun | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' |