summaryrefslogtreecommitdiff
path: root/sponge.c
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-08-20 22:37:20 +0000
committerjoeyh <joeyh>2006-08-20 22:37:20 +0000
commit79881487962d274e73b475458b6a1847789ca562 (patch)
treed0a4b024ce4a9fdbf88df4d72f83345ed9c2e8a9 /sponge.c
parentfba236a29d973360915b168a83f50e54e1ff1c75 (diff)
downloadmoreutils-79881487962d274e73b475458b6a1847789ca562.tar.gz
* Add missing \n to sponge usage. Closes: #383944
Diffstat (limited to 'sponge.c')
-rw-r--r--sponge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sponge.c b/sponge.c
index c6e4532..0389ef7 100644
--- a/sponge.c
+++ b/sponge.c
@@ -30,7 +30,7 @@
#include <string.h>
void usage() {
- printf("sponge <file>: suck in all input from stdin and write it to <file>");
+ printf("sponge <file>: suck in all input from stdin and write it to <file>\n");
exit(0);
}