aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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