Skip to content

Commit

Permalink
doc: update command line example.
Browse files Browse the repository at this point in the history
Use a more transparent way of passing the reference value to the
keybroker-server in the example in the documentation.

Signed-off-by: Arnaud de Grandmaison <[email protected]>
  • Loading branch information
Arnaud-de-Grandmaison-ARM committed Oct 7, 2024
1 parent a8fa760 commit d101952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ values).
In a terminal, start `keybroker-server` with:

```console
$ target/debug/keybroker-server -v -m --reference-values ../testdata/rims-matching.json
$ target/debug/keybroker-server -v -m --reference-values <(echo '{ "reference-values": [ "MRMUq3NiA1DPdYg0rlxl2ejC3H/r5ufZZUu+hk4wDUk=" ] }')
INFO starting 11 workers
INFO Actix runtime found; starting in Actix runtime
INFO starting service: "actix-web-service-127.0.0.1:8088", workers: 11, listening on: 127.0.0.1:8088
Expand Down Expand Up @@ -103,4 +103,4 @@ The mapping that has been implemented in `keybroker-server` and `keybroker-app`
| Warning | 1 | Enabled by default, unless invoked with `-q` / `--quiet` |
| Info | 2 | Enabled with `-v` or `--verbose` |
| Debug | 3 | Enabled with `-vv` or `-v -v` or `--verbose --verbose` |
| Trace | 4 | Enabled with `-vvv` or `-v -v -v` or ... |
| Trace | 4 | Enabled with `-vvv` or `-v -v -v` or ... |

0 comments on commit d101952

Please sign in to comment.