summaryrefslogtreecommitdiff
path: root/cmd/rng.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-12-26 10:21:22 -0600
committerTom Rini <trini@konsulko.com>2024-12-26 10:21:22 -0600
commitcb7410257ac930a6fb05f1c63b291b7d399f19f2 (patch)
tree5738b50c235e43446049c3cfd1702da7357e3cfd /cmd/rng.c
parent3391587e3fe22db6c71882f652e13543a4501694 (diff)
parent0be26928bfc4f2a34df3eb447fee718d3551217c (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.c4
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"
);