Explorar el Código

dpkg-statoverride: Add missing angle brackets in string

Guillem Jover hace 17 años
padre
commit
6b92aa0adf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/statcmd.c

+ 1 - 1
src/statcmd.c

@@ -96,7 +96,7 @@ usage(const struct cmdinfo *cip, const char *value)
 "  --version                show the version.\n"
 "\n"));
 
-	m_output(stdout, _("<standard output"));
+	m_output(stdout, _("<standard output>"));
 
 	exit(0);
 }