From: Guillem Jover Date: Sat, 28 Jun 2008 03:31:17 +0000 (+0300) Subject: dpkg-query: Remove trailing newlines from badusage output X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037c2bc44cd07c6d29dc49d1281c4aea7049a737;p=dpkg dpkg-query: Remove trailing newlines from badusage output --- diff --git a/ChangeLog b/ChangeLog index ee566b12..7f7d077e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-28 Guillem Jover + + * src/query.c (printforhelp): Remove trailing newlines. + 2008-06-27 Guillem Jover * dpkg-deb/build.c (do_build): Move string translation markers outside diff --git a/src/query.c b/src/query.c index 9174ca32..8c5cbc05 100644 --- a/src/query.c +++ b/src/query.c @@ -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;