File tree 1 file changed +4
-2
lines changed
tree_shaker/src/main/resources/com/google/devtools/treeshaker 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ where possible options include:\n\
23
23
-classpath <path> Specify where to find user class files.\n \
24
24
--tree-shaker-roots Specify a file that lists the public root classes and methods.\n \
25
25
-s, --sourcefilelist <file> Specify a file that lists the source files to be analyzed.\n \
26
- -encoding <encoding> Specify character encoding used by source files\n \
27
- -Xbootclasspath:<path> Boot path used to compile the input sources. (not the tool itself)\n \
26
+ -o, --output-file <file> Write output to file.
27
+ -encoding <encoding> Specify character encoding used by source files.\n \
28
+ -source <release> Provide source compatibility with specified release.
29
+ -Xbootclasspath :<path> Boot path used to compile the input sources (not the tool itself).\n \
28
30
-version Version information\n \
29
31
-Werror Treats all warning as errors.\n \
30
32
-h, --help Print this message.
You can’t perform that action at this time.
0 commit comments