The following commit has been merged in the master branch:
commit 16354a961ce86778a3e0ca56f2fa5314855ccf3c
Author: Guillem Jover <guil...@debian.org>
Date:   Sun Jul 3 03:12:40 2011 +0200

    Fix printforhelp string in dpkg-divert and dpkg-statoverride

diff --git a/src/divertcmd.c b/src/divertcmd.c
index 595e25a..efd08b5 100644
--- a/src/divertcmd.c
+++ b/src/divertcmd.c
@@ -47,7 +47,7 @@
 
 
 static const char printforhelp[] = N_(
-"Use --help for help about querying packages.");
+"Use --help for help about diverting files.");
 
 static const char *admindir;
 
diff --git a/src/statcmd.c b/src/statcmd.c
index fcbbba0..b59d1b8 100644
--- a/src/statcmd.c
+++ b/src/statcmd.c
@@ -49,7 +49,7 @@
 #include "filesdb.h"
 
 static const char printforhelp[] = N_(
-"Use --help for help about querying packages.");
+"Use --help for help about overriding file stat information.");
 
 static void DPKG_ATTR_NORET
 printversion(const struct cmdinfo *cip, const char *value)

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to