浏览代码

dpkg-statoverride: Add missing angle brackets in string

Guillem Jover 17 年之前
父节点
当前提交
6b92aa0adf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"
 "  --version                show the version.\n"
 "\n"));
 "\n"));
 
 
-	m_output(stdout, _("<standard output"));
+	m_output(stdout, _("<standard output>"));
 
 
 	exit(0);
 	exit(0);
 }
 }