update getstatic command doc

This commit is contained in:
hengyunabc
2018-12-03 16:45:39 +08:00
parent ed16dc6212
commit ea80b6ed5c
4 changed files with 61 additions and 3 deletions
@@ -40,7 +40,8 @@ import static com.taobao.text.ui.Element.label;
@Name("getstatic")
@Summary("Show the static field of a class")
@Description(Constants.EXAMPLE + " getstatic -c 39eb305e org.apache.log4j.LogManager DEFAULT_CONFIGURATION_FILE\n"
@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")
public class GetStaticCommand extends AnnotatedCommand {