diff options
Diffstat (limited to 'bin/grun')
-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' |