Browse Source

Fix usage message at BuildMetadataProtoFromXml.

pull/837/head
Keghani Kouzoujian 10 years ago
parent
commit
00396906bf
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/java/java-build/src/com/google/i18n/phonenumbers/BuildMetadataProtoFromXml.java
  2. BIN
      tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar

+ 1
- 1
tools/java/java-build/src/com/google/i18n/phonenumbers/BuildMetadataProtoFromXml.java View File

@ -64,7 +64,7 @@ public class BuildMetadataProtoFromXml extends Command {
" --" + DATA_PREFIX +
"=PATH Use PATH (relative to " + OUTPUT_DIR + ") as the basename when\n" +
" writing phone number metadata in proto format.\n" +
" One file per region will be written unless " + SINGLE_FILE +
" One file per region will be written unless " + SINGLE_FILE + "\n" +
" is set, in which case a single file will be written with\n" +
" metadata for all regions.\n" +
" --" + MAPPING_CLASS + "=NAME Store country code mappings in the class NAME, which\n" +


BIN
tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar View File


Loading…
Cancel
Save