Added one more line break.

This commit is contained in:
Ahmed Zaki 2025-02-27 15:09:58 +02:00 committed by GitHub
parent ab7fe46728
commit 6416714e14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,8 @@ java -jar validationtool-<version>-standalone.jar -s "NAME1=<scenario-config-fi
Besides the obvious functionality of validating, the cli provides additional functionality to customize the processing: Besides the obvious functionality of validating, the cli provides additional functionality to customize the processing:
| name | option | description | | name | option | description |
| - | - | - | | [Daemon mode](daemon.md) | `-D` | Starts the validator in daemon mode as an HTTP service | | - | - | - |
| [Daemon mode](daemon.md) | `-D` | Starts the validator in daemon mode as an HTTP service |
| print mode | `-p` | Print the report to stdout | | print mode | `-p` | Print the report to stdout |
| extract html | `-h` | Extracts any html blocks within the report and saves the content to the filesystem. Note: the file name is derived from the node name the html appears in | | extract html | `-h` | Extracts any html blocks within the report and saves the content to the filesystem. Note: the file name is derived from the node name the html appears in |
| print memory stats | `-m` | Prints some memory usage information. Mainly for debugging purposes on processing huge xml files | | print memory stats | `-m` | Prints some memory usage information. Mainly for debugging purposes on processing huge xml files |