mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Fix a typo in an example (#13548)
Accidentally used the old name of the command, `random bytes`, instead of the correct one. Co-authored-by: Andrej Kolčin <self@kaathewise.net>
This commit is contained in:
parent
1cd0544a3f
commit
eca2975b3d
@ -45,7 +45,7 @@ impl Command for SubCommand {
|
||||
fn examples(&self) -> Vec<Example> {
|
||||
vec![Example {
|
||||
description: "Generate 16 random bytes",
|
||||
example: "random bytes 16",
|
||||
example: "random binary 16",
|
||||
result: None,
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user