add grep command doc. #899

This commit is contained in:
hengyunabc
2019-10-29 23:43:06 +08:00
parent 940f274103
commit 3e4299e263
7 changed files with 79 additions and 1 deletions
@@ -14,7 +14,7 @@ import com.taobao.middleware.cli.annotations.Summary;
* @see com.taobao.arthas.core.shell.command.internal.GrepHandler
*/
@Name("grep")
@Summary("grep command for pipes.\n" )
@Summary("grep command for pipes." )
@Description(Constants.EXAMPLE +
" sysprop | grep java \n" +
" sysprop | grep java -n\n" +