From 4f75a293b032d8f2d1e07a4b9bd55e1bcfe0fee7 Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:06:03 +1000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 461ad33..e30e9ae 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,9 @@ toolchain must be installed. ### Available Arguments -- `-c, --connector `: The name of the memflow connector to use. -- `-a, --connector-args `: Additional arguments to pass to the connector. - `-f, --file-types `: The types of files to generate. Default: `cs`, `hpp`, `json`, `rs`. -- `-o, --output `: The output directory to write the generated files to. Default: `output`. - `-i, --indent-size `: The number of spaces to use per indentation level. Default: `4`. +- `-o, --output `: The output directory to write the generated files to. Default: `output`. - `-v...`: Increase logging verbosity. Can be specified multiple times. - `-h, --help`: Print help. - `-V, --version`: Print version.