summaryrefslogtreecommitdiff
path: root/sponge.c
diff options
context:
space:
mode:
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);
}