fix getstatic description (#625)

This commit is contained in:
徐志毅
2019-04-06 04:28:46 +08:00
committed by hengyunabc
parent 49c41c237c
commit d765640190
@@ -40,9 +40,10 @@ import static com.taobao.text.ui.Element.label;
@Name("getstatic")
@Summary("Show the static field of a class")
@Description(Constants.EXAMPLE + " getstatic getstatic demo.MathGame random\n"
+ " getstatic -c 39eb305e org.apache.log4j.LogManager DEFAULT_CONFIGURATION_FILE\n"
+ Constants.WIKI + Constants.WIKI_HOME + "getstatic")
@Description(Constants.EXAMPLE +
" getstatic demo.MathGame random\n" +
" getstatic -c 39eb305e org.apache.log4j.LogManager DEFAULT_CONFIGURATION_FILE\n" +
Constants.WIKI + Constants.WIKI_HOME + "getstatic")
public class GetStaticCommand extends AnnotatedCommand {
private static final Logger logger = LogUtil.getArthasLogger();