From 9700b744070d64e885fbc4faab9dd7cc820c3e34 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 12 May 2020 22:21:57 -0400 Subject: [PATCH] Fix type in config flag description (#1769) --- crates/nu-cli/src/commands/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cli/src/commands/config.rs b/crates/nu-cli/src/commands/config.rs index 8e62e2b0b7..99689b68e5 100644 --- a/crates/nu-cli/src/commands/config.rs +++ b/crates/nu-cli/src/commands/config.rs @@ -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(