Skip to content

Commit

Permalink
Document the -profile switch in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Aug 31, 2015
1 parent 2f6c719 commit 3850128
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/com/adobe/epubcheck/util/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ help_text = \
When running this tool, the first argument should be the name (with the path)\n\
of the file to check.\n\
\n\
To specify a validation profile (to run checks against a specific EPUB 3 profile\n\
or extension specification), use the -profile option:\n\
\n\
Validation profiles supported:\n\
--profile default // the default validation profile\n\
--profile dict // validates against the EPUB Dictionaries and Glossaries specification\n\
--profile edupub // validates against the EDUPUB Profile\n\
--profile idx // validates against the EPUB Indexes specification\n\
--profile preview // validates against the EPUB Previews specification\n\
\n\
If checking a non-epub file, the epub version of the file must\n\
be specified using -v and the type of the file using -mode.\n\
The default version is: 3.0.\n\
Expand All @@ -52,6 +62,7 @@ help_text = \
--xmp <file> = output an assessment XMP document file (use - to output to console)\n\
--json <file> = output an assessment JSON document file (use - to output to console)\n\
-m <file> = same as --mode\n\
-p <profile> = same as --profile\n\
-o <file> = same as --out\n\
-x <file> = same as --xmp\n\
-j <file> = same as --json\n\
Expand Down

0 comments on commit 3850128

Please sign in to comment.