mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 04:08:34 +08:00
fix typo
This commit is contained in:
parent
8403c23125
commit
755c527d3b
@ -18,7 +18,7 @@ import java.lang.instrument.UnmodifiableClassException;
|
||||
* @author vlinux on 14/10/23.
|
||||
*/
|
||||
@Name("shutdown")
|
||||
@Summary("Shut down Arthas server and exit the console")
|
||||
@Summary("Shutdown Arthas server and exit the console")
|
||||
public class ShutdownCommand extends AnnotatedCommand {
|
||||
@Override
|
||||
public void process(CommandProcess process) {
|
||||
|
Loading…
Reference in New Issue
Block a user