mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix getstatic description (#625)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user