Explorar el Código

Fix printforhelp string in dpkg-divert and dpkg-statoverride

Guillem Jover hace 15 años
padre
commit
16354a961c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/divertcmd.c
  2. 1 1
      src/statcmd.c

+ 1 - 1
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;
 

+ 1 - 1
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)