mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Fix type in config flag description (#1769)
This commit is contained in:
parent
803c6539eb
commit
9700b74407
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ impl WholeStreamCommand for Config {
|
|||
.named(
|
||||
"load",
|
||||
SyntaxShape::Path,
|
||||
"load the config from the path give",
|
||||
"load the config from the path given",
|
||||
Some('l'),
|
||||
)
|
||||
.named(
|
||||
|
|
Loading…
Reference in a new issue