Fix type in config flag description (#1769)

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

View File

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