1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-09 02:18:46 +00:00

chore(core/prodtest): improve CLI parameter documentation

[no changelog]
This commit is contained in:
tychovrahe 2025-05-01 17:37:56 +02:00 committed by TychoVrahe
parent e9b47d1116
commit c6dedea7b3

View File

@ -16,9 +16,10 @@ To exit from interactive mode type `.+ENTER`.
### Commands
These commands begin with the command name and may optionally include parameters separated by spaces.
Parameters are marked with angle brackets (`<...>`), square brackets (`[<...>]`) indicate optional parameters.
Command Format:
`command <arg1> <arg2> ...`
`command <arg1> <arg2> [<optional_arg3>]...`
Example:
```