mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-09 10:28:46 +00:00
chore(core/prodtest): improve CLI parameter documentation
[no changelog]
This commit is contained in:
parent
e9b47d1116
commit
c6dedea7b3
@ -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:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user