update jad doc

This commit is contained in:
hengyunabc
2018-12-03 17:57:37 +08:00
parent de4a0a31e6
commit 61252e6edd
6 changed files with 149 additions and 219 deletions
@@ -38,7 +38,8 @@ import static com.taobao.text.ui.Element.label;
@Name("jad")
@Summary("Decompile class")
@Description(Constants.EXAMPLE +
" jad -c 39eb305e org.apache.log4j.Logger\n" +
" jad java.lang.String\n" +
" jad java.lang.String toString\n" +
" jad -c 39eb305e org/apache/log4j/Logger\n" +
" jad -c 39eb305e -E org\\\\.apache\\\\.*\\\\.StringUtils\n" +
Constants.WIKI + Constants.WIKI_HOME + "jad")