]> err.no Git - moreutils/commitdiff
* Add missing \n to sponge usage. Closes: #383944
authorjoeyh <joeyh>
Sun, 20 Aug 2006 22:37:20 +0000 (22:37 +0000)
committerjoeyh <joeyh>
Sun, 20 Aug 2006 22:37:20 +0000 (22:37 +0000)
debian/changelog
sponge.c

index 3ca9be66cab269a1f208491d52c9fb9052aba599..99643c8e3d4a0ce55d9888134673a464036b513f 100644 (file)
@@ -1,3 +1,9 @@
+moreutils (0.17) UNRELEASED; urgency=low
+
+  * Add missing \n to sponge usage. Closes: #383944
+
+ -- Joey Hess <joeyh@debian.org>  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
index c6e45322664f9f33c232df44629b216d42bcf216..0389ef7408569da53290d8a2fc6d870bd3fa989e 100644 (file)
--- 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);
 }