diff options
Diffstat (limited to 'bin/grun')
-rwxr-xr-x | bin/grun | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,9 +29,9 @@ help() { $ grun secrets.txt.gpg -- vipe - Delete lines containing "FIXME" in todos.gpg: + Delete lines containing "TODO" in todos.gpg: - $ grun -r ABC123DEF321 todos.gpg -- sed '/FIXME/d' + $ grun -r ABC123DEF321 todos.gpg -- sed '/TODO/d' If COMMAND emits a non-zero return code, the file is left unmodified. |