summaryrefslogtreecommitdiff
path: root/nonewlines.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nonewlines.sh')
-rw-r--r--nonewlines.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nonewlines.sh b/nonewlines.sh
index 3b5af27..e765d64 100644
--- a/nonewlines.sh
+++ b/nonewlines.sh
@@ -2,7 +2,7 @@
usage="Usage: $0 dir
Concatenates all .txt files in a directory together and removes all
-line breaks, saving the result to dirname.txt
+line breaks, saving the result to dirname.txt"
test $# -ne 1 && echo "$usage" && exit 1