What changed, and why it matters
This commit only updates a documentation file (OPTIONS.rst) to reflect a new command-line option (`--display-format`) that was already added elsewhere in the project. It is a documentation-only change with no code modifications and no security relevance.
No action required. This is a documentation regeneration commit with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates the auto-generated help text in python/docs/OPTIONS.rst for the trezorctl ethereum command group. It documents an additional --display-format option for providing ERC-7730 clear-signing contract descriptor blobs. No executable code, validation logic, or cryptographic handling is changed in this commit.
Changed components
python/docs/OPTIONS.rstInspect captured patch +4 / −3
diff --git a/python/docs/OPTIONS.rst b/python/docs/OPTIONS.rst
index 29db0360..eb5786c3 100644
--- a/python/docs/OPTIONS.rst
+++ b/python/docs/OPTIONS.rst
@@ -273,15 +273,16 @@ Ethereum commands.
- path to local directory
- path to local tar archive
- For debugging purposes, it is possible to force use a specific network and token definition by
- using the `--network` and `--token` options. These options accept either a path to a file with a
- binary blob, or a hex-encoded string.
+ For debugging purposes, it is possible to force use a specific network, token or contract
+ descriptor definition by using the `--network`, `--token` and `--display-format` options. These
+ options accept either a path to a file with a binary blob, or a hex-encoded string.
Options:
-d, --definitions TEXT Source for Ethereum definition blobs.
-a, --auto-definitions Automatically download required definitions from trezor.io
--network TEXT Network definition blob.
--token TEXT Token definition blob.
+ --display-format TEXT ERC-7730 clear-signing contract descriptor blob.
--help Show this message and exit.
Commands:
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.