Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Fix typo in the usage of --skipEmitRegExp #1004

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/com/google/javascript/clutz/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public int parseArguments(Parameters params) throws CmdLineException {
name = "--skipEmitRegExp",
usage =
"Symbols in files that match this RegExp will not be included in the emit. Note that"
+ "the files would still be part of the internal compilation."
+ " the files would still be part of the internal compilation."
)
String skipEmitRegExp = null;

Expand Down