From 755c527d3b1f9278ac431f8a486d4ac93c028635 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Wed, 14 Nov 2018 18:38:22 +0800 Subject: [PATCH] fix typo --- .../taobao/arthas/core/command/basic1000/ShutdownCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/taobao/arthas/core/command/basic1000/ShutdownCommand.java b/core/src/main/java/com/taobao/arthas/core/command/basic1000/ShutdownCommand.java index 96df39921..8038e669b 100644 --- a/core/src/main/java/com/taobao/arthas/core/command/basic1000/ShutdownCommand.java +++ b/core/src/main/java/com/taobao/arthas/core/command/basic1000/ShutdownCommand.java @@ -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) {