Open gumblex opened 8 years ago
We see a lot of misleading translations in grep --help:
grep --help
-z, --null-data a data line ends in 0 byte, not newline -z, --null-data 一个 0 字节的数据行,但不是空行 -o, --only-matching show only the part of a line matching PATTERN -o, --only-matching 只显示匹配PATTERN 部分的行 --line-buffered flush output on every line --line-buffered 每行输出清空
-z, --null-data a data line ends in 0 byte, not newline -z, --null-data 一个 0 字节的数据行,但不是空行
-o, --only-matching show only the part of a line matching PATTERN -o, --only-matching 只显示匹配PATTERN 部分的行
--line-buffered flush output on every line --line-buffered 每行输出清空
etc.
Complete review required.
跑了一圈简单的……
@Artoria2e5 Simple yet exciting OpenCC...?
We see a lot of misleading translations in
grep --help
:etc.
Complete review required.