From: joeyh Date: Sun, 20 Aug 2006 22:37:20 +0000 (+0000) Subject: * Add missing \n to sponge usage. Closes: #383944 X-Git-Tag: 0.17~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79881487962d274e73b475458b6a1847789ca562;p=moreutils * Add missing \n to sponge usage. Closes: #383944 --- diff --git a/debian/changelog b/debian/changelog index 3ca9be6..99643c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +moreutils (0.17) UNRELEASED; urgency=low + + * Add missing \n to sponge usage. Closes: #383944 + + -- Joey Hess Sun, 20 Aug 2006 18:36:04 -0400 + moreutils (0.16) unstable; urgency=low * Change the default ts format to include the month and day, for consistency diff --git a/sponge.c b/sponge.c index c6e4532..0389ef7 100644 --- a/sponge.c +++ b/sponge.c @@ -30,7 +30,7 @@ #include void usage() { - printf("sponge : suck in all input from stdin and write it to "); + printf("sponge : suck in all input from stdin and write it to \n"); exit(0); }