bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21758: Translation Error in help info of "grep"


From: Peng Zhang
Subject: bug#21758: Translation Error in help info of "grep"
Date: Mon, 26 Oct 2015 09:17:43 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi,

I'm using GNU grep (version 2.20). When I get help with the command "grep --help", it prints the following information:

    ...
    -B, --before-context=NUM  打印以文本起始的NUM 行
    -A, --after-context=NUM   打印以文本结尾的NUM 行

This is totally wrong! It should be:

    -B, --before-context=NUM  打印文本及其前面的 NUM 行
    -A, --after-context=NUM   打印文本及其后面的 NUM 行


Thank you for your great jobs. Hope GNU software is better and better.


Peng Zhang





reply via email to

[Prev in Thread] Current Thread [Next in Thread]