mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 12:17:45 +08:00
Fix grammar issue (#1176)
This commit is contained in:
parent
0476c61af9
commit
94c3eea373
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user