| | description = |
| | "Concatenate files before processing (${DEFAULT-VALUE})", |
| | - paramLabel = "Boolean", |
| | defaultValue = "false" |
| | ) |
| | private boolean mConcatenate; |
| | |
| | @CommandLine.Option( |
| | names = {"--keep-files"}, |
| | description = |
| | "Retain temporary build files (${DEFAULT-VALUE})", |
| | - paramLabel = "Boolean", |
| | defaultValue = "false" |
| | ) |
| | private boolean mKeepFiles; |
| | |
| | @CommandLine.Option( |
| | names = {"--curl-quotes"}, |
| | description = |
| | - "Replace straight quotes with curly quotes", |
| | - paramLabel = "Boolean", |
| | + "Replace straight quotes with curly quotes (${DEFAULT-VALUE})", |
| | defaultValue = "true" |
| | ) |
 |
| | |
| | @CommandLine.Option( |
| | - names = {"--images-dir"}, |
| | + names = {"--image-dir"}, |
| | description = |
| | "Directory containing images", |
 |
| | |
| | @CommandLine.Option( |
| | - names = {"--images-server"}, |
| | + names = {"--image-server"}, |
| | description = |
| | "SVG diagram rendering service (${DEFAULT-VALUE})", |
 |
| | names = {"--theme-dir"}, |
| | description = |
| | - "Absolute path to theme directory", |
| | + "Theme directory", |
| | paramLabel = "DIR" |
| | ) |