Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #66 from zanata/fix-help-message
Browse files Browse the repository at this point in the history
Fix help message for file type
  • Loading branch information
Alex Eng committed Jun 4, 2015
2 parents 946c671 + 8dc3cda commit c6e21e2
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -191,17 +191,17 @@ public ImmutableList<String> getFileTypes() {

private static final String fileTypeHelp = "File types to locate and transmit to the server. \n" +
"Default file extension will be used unless it is being specified. \n" +
"Pattern: Type[file extension;file extension],Type[file extension;file extension] \n" +
"Pattern: TYPE[extension;extension],TYPE[extension] \n" +
"Supported types: \n" +
"\t XML_DOCUMENT_TYPE_DEFINITION[xml]) \n" +
"\t XML_DOCUMENT_TYPE_DEFINITION[xml] \n" +
"\t PLAIN_TEXT[txt] \n" +
"\t IDML[idml] \n" +
"\t HTML[html,htm] \n" +
"\t HTML[html;htm] \n" +
"\t OPEN_DOCUMENT_TEXT[odt] \n" +
"\t OPEN_DOCUMENT_PRESENTATION[odp] \n" +
"\t OPEN_DOCUMENT_GRAPHICS[odg] \n" +
"\t OPEN_DOCUMENT_SPREADSHEET[ods] \n" +
"\t SUBTITLE[srt,sbt,sub,vtt] \n" +
"\t SUBTITLE[srt;sbt;sub;vtt] \n" +
"\t GETTEXT[pot] \n" +
"\t PROPERTIES[properties] \n" +
"\t PROPERTIES_UTF8[properties] \n" +
Expand Down

0 comments on commit c6e21e2

Please sign in to comment.