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

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