]> err.no Git - dpkg/commitdiff
dpkg-query: Remove trailing newlines from badusage output
authorGuillem Jover <guillem@debian.org>
Sat, 28 Jun 2008 03:31:17 +0000 (06:31 +0300)
committerGuillem Jover <guillem@debian.org>
Sat, 28 Jun 2008 07:03:23 +0000 (10:03 +0300)
ChangeLog
src/query.c

index ee566b1266be38a81b9add6dba64c8edb49a63b9..7f7d077e75e1e4502856e6b47922d0b0b7c942bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-28  Guillem Jover  <guillem@debian.org>
+
+       * src/query.c (printforhelp): Remove trailing newlines.
+
 2008-06-27  Guillem Jover  <guillem@debian.org>
 
        * dpkg-deb/build.c (do_build): Move string translation markers outside
index 9174ca32b961c69a27e99c0043af5da68bf99931..8c5cbc0515559f44fdaa2caa43f6f6038c2b05b2 100644 (file)
@@ -522,8 +522,7 @@ usage(void)
 const char thisname[]= "dpkg-query";
 const char printforhelp[]= N_("\
 Use --help for help about querying packages;\n\
-Use --license for copyright license and lack of warranty (GNU GPL).\n\
-\n");
+Use --license for copyright license and lack of warranty (GNU GPL).");
 
 const struct cmdinfo *cipaction= 0;
 int f_pending=0, f_recursive=0, f_alsoselect=1, f_skipsame=0, f_noact=0;