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