mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Fix type in config flag description (#1769)
This commit is contained in:
parent
803c6539eb
commit
9700b74407
@ -30,7 +30,7 @@ impl WholeStreamCommand for Config {
|
|||||||
.named(
|
.named(
|
||||||
"load",
|
"load",
|
||||||
SyntaxShape::Path,
|
SyntaxShape::Path,
|
||||||
"load the config from the path give",
|
"load the config from the path given",
|
||||||
Some('l'),
|
Some('l'),
|
||||||
)
|
)
|
||||||
.named(
|
.named(
|
||||||
|
Loading…
Reference in New Issue
Block a user