forked from phoedos/pmd
Update TreeExportCli.java
missing --file arg in "Example: ast-dump --format xml --language java --file MyFile.java" added
This commit is contained in:
parent
0f99ef0c3c
commit
11b7bda871
@ -139,7 +139,7 @@ public class TreeExportCli {
|
||||
sb.append(System.lineSeparator())
|
||||
.append(System.lineSeparator());
|
||||
|
||||
sb.append("Example: ast-dump --format xml --language java MyFile.java")
|
||||
sb.append("Example: ast-dump --format xml --language java --file MyFile.java")
|
||||
.append(System.lineSeparator());
|
||||
|
||||
System.err.print(sb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user