1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-11 04:26:49 +02:00

Fix type in config flag description ()

This commit is contained in:
Joseph T. Lyons 2020-05-12 22:21:57 -04:00 committed by GitHub
parent 803c6539eb
commit 9700b74407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(