aboutsummaryrefslogtreecommitdiff
path: root/bin/stbl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stbl')
-rwxr-xr-xbin/stbl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stbl b/bin/stbl
index 546349a0..7b1b1d2c 100755
--- a/bin/stbl
+++ b/bin/stbl
@@ -1,7 +1,7 @@
#!/bin/sh
# Strip a trailing blank line from the given files with ed(1)
if [ "$#" -eq 0 ] ; then
- printf 2>&1 'stbl: Need at least one file to edit\n'
+ printf 2>&1 'stbl: Need a filename\n'
exit 2
fi
for fn ; do