From 73327f97a62619cb8b1a0bc03e5e105839449f9a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Apr 2008 00:36:46 -0400 Subject: [PATCH] better usage message --- sponge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sponge.c b/sponge.c index fa40d84..ba3dd95 100644 --- a/sponge.c +++ b/sponge.c @@ -43,7 +43,7 @@ char tmpname[] = DEFAULT_TMP_NAME; void usage() { - printf("sponge : suck in all input from stdin and write it to \n"); + printf("sponge : soak up all input from stdin and write it to \n"); exit(0); } -- 2.39.5