Update argument name for output directory

This commit is contained in:
a2x
2024-04-01 19:13:13 +10:00
parent 4a10ad3ba6
commit ef5ff1c5f4
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ E.g. `./cs2-dumper -c kvm -vvv`
- `-v...`: Increase logging verbosity. Can be specified multiple times.
- `-c, --connector <connector>`: The name of the memflow connector to use.
- `-a, --connector-args <connector-args>`: Additional arguments to supply to the connector.
- `-d, --directory <directory>`: The output directory to write the generated files to. Default: `output`.
- `-o, --output <output>`: The output directory to write the generated files to. Default: `output`.
- `-i, --indent-size <indent-size>`: The number of spaces to use per indentation level. Default: `4`.
- `-h, --help`: Print help.
- `-V, --version`: Print version.