The following commit has been merged in the master branch:
commit e07774f1b528754ec5161af245d801158f0d4dd2
Author: Guillem Jover <[email protected]>
Date: Tue Nov 16 22:14:18 2010 +0100
dpkg-query: Fix --search not found string to be more meaningful
diff --git a/src/querycmd.c b/src/querycmd.c
index 4558ccf..78a0fb0 100644
--- a/src/querycmd.c
+++ b/src/querycmd.c
@@ -289,7 +289,8 @@ searchfiles(const char *const *argv)
iterfileend(it);
}
if (!found) {
- fprintf(stderr, _("%s: %s not found.\n"), thisname, thisarg);
+ fprintf(stderr, _("%s: no path found matching pattern %s.\n"), thisname,
+ thisarg);
failures++;
m_output(stderr, _("<standard error>"));
} else {
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]