mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
Fix grammar issue (#1176)
This commit is contained in:
@@ -81,7 +81,7 @@ public class LoggerCommand extends AnnotatedCommand {
|
||||
private String level;
|
||||
|
||||
/**
|
||||
* include the logger don't have appender, default false.
|
||||
* include the logger which don't have appenders, default false.
|
||||
*/
|
||||
private boolean includeNoAppender;
|
||||
|
||||
@@ -104,7 +104,7 @@ public class LoggerCommand extends AnnotatedCommand {
|
||||
}
|
||||
|
||||
@Option(longName = "include-no-appender", flag = true)
|
||||
@Description("include the loggers don't have appender, default value false")
|
||||
@Description("include the loggers which don't have appenders, default value false")
|
||||
public void setHaveAppender(boolean includeNoAppender) {
|
||||
this.includeNoAppender = includeNoAppender;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user