Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed May 8, 2024
1 parent e2aef78 commit fc208a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Anything after the `--` double dash (the "slop") is parsed as arguments to the c
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-f`, `--filter-logs <FILTER_LOGS>` — Filter logs output. To turn on "soroban_cli::log::footprint=debug" or off "=off". Can also use env var `RUST_LOG`
* `-f`, `--filter-logs <FILTER_LOGS>` — Filter logs output. To turn on "stellar_cli::log::footprint=debug" or off "=off". Can also use env var `RUST_LOG`
* `-q`, `--quiet` — Do not write logs to stderr including `INFO`

Possible values: `true`, `false`
Expand All @@ -117,7 +117,7 @@ Anything after the `--` double dash (the "slop") is parsed as arguments to the c

Possible values: `true`, `false`

* `--list` — List installed plugins. E.g. `soroban-hello`
* `--list` — List installed plugins. E.g. `stellar-hello`

Possible values: `true`, `false`

Expand Down

0 comments on commit fc208a8

Please sign in to comment.