ソースを参照

dpkg-query: Fix --search not found string to be more meaningful

Guillem Jover 15 年 前
コミット
e07774f1b5
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      src/querycmd.c

+ 2 - 1
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 {