Просмотр исходного кода

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

Guillem Jover лет назад: 15
Родитель
Сommit
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 {