diff --git a/crates/nu-command/src/filesystem/start.rs b/crates/nu-command/src/filesystem/start.rs index c6eb38c21b..7a5358e14d 100644 --- a/crates/nu-command/src/filesystem/start.rs +++ b/crates/nu-command/src/filesystem/start.rs @@ -16,7 +16,7 @@ impl Command for Start { } fn usage(&self) -> &str { - "Open a folder,file or website in the default application or viewer." + "Open a folder, file or website in the default application or viewer." } fn search_terms(&self) -> Vec<&str> {