Przeglądaj źródła

dpkg-statoverride: Add missing angle brackets in string

Guillem Jover 17 lat temu
rodzic
commit
6b92aa0adf
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
 }