mirror of
https://github.com/nushell/nushell.git
synced 2025-01-23 06:39:17 +01:00
Fix invalid variable name in input
command docs (#6716)
This commit is contained in:
parent
90ba39184a
commit
9446e3960b
@ -149,7 +149,7 @@ impl Command for Input {
|
||||
fn examples(&self) -> Vec<Example> {
|
||||
vec![Example {
|
||||
description: "Get input from the user, and assign to a variable",
|
||||
example: "let user-input = (input)",
|
||||
example: "let user_input = (input)",
|
||||
result: None,
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user