mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
add grep command doc. #899
This commit is contained in:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user