mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
Fix typo (#2294)
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ import com.taobao.middleware.cli.annotations.Summary;
|
||||
* @author ralf0131 2017-01-09 14:03.
|
||||
*/
|
||||
@Name("sysprop")
|
||||
@Summary("Display, and change the system properties.")
|
||||
@Summary("Display and change the system properties.")
|
||||
@Description(Constants.EXAMPLE + " sysprop\n"+ " sysprop file.encoding\n" + " sysprop production.mode true\n" +
|
||||
Constants.WIKI + Constants.WIKI_HOME + "sysprop")
|
||||
public class SystemPropertyCommand extends AnnotatedCommand {
|
||||
|
||||
Reference in New Issue
Block a user