diff options
author | Tom Rini <trini@konsulko.com> | 2024-12-26 10:21:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-26 10:21:22 -0600 |
commit | cb7410257ac930a6fb05f1c63b291b7d399f19f2 (patch) | |
tree | 5738b50c235e43446049c3cfd1702da7357e3cfd /cmd/rng.c | |
parent | 3391587e3fe22db6c71882f652e13543a4501694 (diff) | |
parent | 0be26928bfc4f2a34df3eb447fee718d3551217c (diff) |
Merge tag 'doc-2025-01-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2025-01-rc6
Fix a number of typos
* cmd: bootmenu typo 'read'
* cmd/rng: fix long help text
* crypto: typo volatge
* board: freescale: typo volatge
* scripts: add volatge to spelling.txt
* doc: fit: Format image tree source example
Diffstat (limited to 'cmd/rng.c')
-rw-r--r-- | cmd/rng.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/rng.c b/cmd/rng.c index 2fb7202303a..4d91094a8ec 100644 --- a/cmd/rng.c +++ b/cmd/rng.c @@ -75,6 +75,6 @@ static int do_rng(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) U_BOOT_CMD( rng, 3, 0, do_rng, "print bytes from the hardware random number generator", - "list - list all the probed rng devices\n" - "rng [dev] [n] - print n random bytes(max 64) read from dev\n" + "list - list all probed rng devices\n" + "rng [dev [n]] - print n random bytes (max 64) read from dev\n" ); |