aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/grun4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/grun b/bin/grun
index 5884e9e..4b6217d 100755
--- a/bin/grun
+++ b/bin/grun
@@ -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.