Skip to content

Commit ca054c0

Browse files
committed
minor change
1 parent 2651895 commit ca054c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/citydb-tool/info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more details on the global options and usage hints, see [here](cli.md#option
3636
| Option | Description | Default value |
3737
|-------------------------------------------------|----------------------------------------------------------------------------------------------------------|---------------|
3838
| `-o`, <code>--output=&lt;file&#124;-&gt;</code> | Write output as a JSON file. Use `-` for `stdout`. | |
39-
| `--threads=<threads>` | Number of threads to use for parallel processing. | |
39+
| `--threads=<threads>` | Number of threads to use for parallel processing. | 4 |
4040
| `-s`, `--feature-scope=<scope>` | Feature scope: `all`, `active`. For `active`, only properties of non-terminated features are considered. | `all` |
4141
| `--include-generic-attributes` | Include generic attributes and their data types. | |
4242
| `--include-size-metrics` | Include database size metrics. | |
@@ -351,7 +351,7 @@ is shown below.
351351

352352
### Controlling the report process
353353

354-
The `info` command offers the following options to control the export process:
354+
The `info` command offers the following options to control the report generation process:
355355

356356
- `--threads`: Sets the number of threads for parallel processing to improve performance. By default, four threads
357357
are used independent of the number of processors available to the JVM.

0 commit comments

Comments
 (0)