]> err.no Git - moreutils/commitdiff
better usage message
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 11 Apr 2008 04:36:46 +0000 (00:36 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 11 Apr 2008 04:36:46 +0000 (00:36 -0400)
sponge.c

index fa40d849e335b97e5161762a3663ecf1d1bf8971..ba3dd95b93399155693f518937cfbd3add98b972 100644 (file)
--- a/sponge.c
+++ b/sponge.c
@@ -43,7 +43,7 @@
 char tmpname[] = DEFAULT_TMP_NAME;
 
 void usage() {
-       printf("sponge <file>: suck in all input from stdin and write it to <file>\n");
+       printf("sponge <file>: soak up all input from stdin and write it to <file>\n");
        exit(0);
 }