#7894 update grep documentation

This commit is contained in:
andrey.torsunov 2017-10-02 13:07:53 +03:00 committed by Anton Kochkov
parent 25d1b7beee
commit 0ddf622dd5

View File

@ -18,6 +18,7 @@ static const char *help_detail_tilde[] = {
"modifier:", "", "",
" &", "", "all words must match to grep the line",
" $[n]", "", "sort numerically / alphabetically the Nth column",
" $!", "", "sort in inverse order",
" +", "", "case insensitive grep (grep -i)",
" ^", "", "words must be placed at the beginning of line",
" !", "", "negate grep",