update dump doc

This commit is contained in:
hengyunabc
2018-12-03 17:29:15 +08:00
parent 769b1bd93c
commit de4a0a31e6
3 changed files with 27 additions and 49 deletions
@@ -36,10 +36,10 @@ import static com.taobao.text.ui.Element.label;
@Name("dump")
@Summary("Dump class byte array from JVM")
@Description(Constants.EXAMPLE +
" dump -E org\\\\.apache\\\\.commons\\\\.lang\\\\.StringUtils\n" +
" dump org.apache.commons.lang.StringUtils\n" +
" dump java.lang.String\n" +
" dump org/apache/commons/lang/StringUtils\n" +
" dump *StringUtils\n" +
" dump -E org\\\\.apache\\\\.commons\\\\.lang\\\\.StringUtils\n" +
Constants.WIKI + Constants.WIKI_HOME + "dump")
public class DumpClassCommand extends AnnotatedCommand {
private static final Logger logger = LogUtil.getArthasLogger();