aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-19 15:11:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-19 15:11:00 +1200
commit95ed95b95d2a3ac586e0351d7337924f0ced6d02 (patch)
tree9b9903cc92c303bd7f8bfd5647b9aacaa078b368 /bin
parentPort edda(1) to POSIX sh (diff)
downloaddotfiles-95ed95b95d2a3ac586e0351d7337924f0ced6d02.tar.gz
dotfiles-95ed95b95d2a3ac586e0351d7337924f0ced6d02.zip
Correct stws(1)'s self-identifying
Diffstat (limited to 'bin')
-rwxr-xr-xbin/stws2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stws b/bin/stws
index f48ef76f..2ceae935 100755
--- a/bin/stws
+++ b/bin/stws
@@ -3,7 +3,7 @@
# Check arguments
if [ "$#" -eq 0 ] ; then
- printf >&2 'tstf: Need a filename\n'
+ printf >&2 'stws: Need a filename\n'
exit 2
fi