Skip to content

Commit b10c7b3

Browse files
tomballcopybara-github
authored andcommitted
Updated TreeShaker's usage message.
PiperOrigin-RevId: 362369262
1 parent 4cadff7 commit b10c7b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tree_shaker/src/main/resources/com/google/devtools/treeshaker/TreeShaker.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ where possible options include:\n\
2323
-classpath <path> Specify where to find user class files.\n\
2424
--tree-shaker-roots Specify a file that lists the public root classes and methods.\n\
2525
-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\
2830
-version Version information\n\
2931
-Werror Treats all warning as errors.\n\
3032
-h, --help Print this message.

0 commit comments

Comments
 (0)