mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix path in description
This commit is contained in:
@@ -84,7 +84,7 @@ public class GlobalOptions {
|
||||
name = "save-result",
|
||||
summary = "Option to print command's result to log file",
|
||||
description = "This option enables to save each command's result to log file, " +
|
||||
"which path is ${user.home}/logs/arthas/result.log."
|
||||
"which path is ${user.home}/logs/arthas-cache/result.log."
|
||||
)
|
||||
public static volatile boolean isSaveResult = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user