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(