aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-24 12:21:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-24 12:21:18 +1200
commite9d23be08cd4c755c9c0bdba1f585144f1338ef2 (patch)
tree9b30f3a9d99938168e4873d28f1a7ec5b241c126 /bin
parentAdd a simple wgetrc (diff)
downloaddotfiles-e9d23be08cd4c755c9c0bdba1f585144f1338ef2.tar.gz
dotfiles-e9d23be08cd4c755c9c0bdba1f585144f1338ef2.zip
Add a caveat to trs(1df)
Diffstat (limited to 'bin')
-rw-r--r--bin/trs.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/trs.awk b/bin/trs.awk
index 5966c520..8d0a1ef0 100644
--- a/bin/trs.awk
+++ b/bin/trs.awk
@@ -1,4 +1,4 @@
-# Substitute one string for another in input (no regex)
+# Substitute one string for another in input (no newlines, no regex)
BEGIN {
# Name self
self = "trs"