aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-19 16:19:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-19 16:19:37 +1200
commit3e692b77ec423e458b4c32e6e93d94ce3244aaa7 (patch)
tree1bcd542f1f3d2f2c5d00bbe8267240eb6d6e3d5f /bin
parentPort eds(1) to POSIX sh(1) (diff)
downloaddotfiles-3e692b77ec423e458b4c32e6e93d94ce3244aaa7.tar.gz
dotfiles-3e692b77ec423e458b4c32e6e93d94ce3244aaa7.zip
Correct a comment in edda(1)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/edda2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/edda b/bin/edda
index b06a50c8..7bc1642b 100755
--- a/bin/edda
+++ b/bin/edda
@@ -1,7 +1,7 @@
#!/bin/sh
# Run ed(1) over multiple files, duplicating stdin.
-# Need at least one file after options are parsed out
+# Need at least one file
if [ "$#" -eq 0 ] ; then
printf >&2 'edda: Need at least one file\n'
exit 2