From df5dcdab649dd70020b9ecc2b07bca5d68644bdc Mon Sep 17 00:00:00 2001 From: Bram Geron Date: Fri, 16 Jun 2023 10:09:02 +0200 Subject: [PATCH] Fix usage for the exit command. (#9450) Since #8415 the `exit` command no longer manipulates shells. --- crates/nu-command/src/shells/exit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/shells/exit.rs b/crates/nu-command/src/shells/exit.rs index 8573fa11b9..dd5a303615 100644 --- a/crates/nu-command/src/shells/exit.rs +++ b/crates/nu-command/src/shells/exit.rs @@ -23,7 +23,7 @@ impl Command for Exit { } fn usage(&self) -> &str { - "Exit a Nu shell or exit Nu entirely." + "Exit Nu." } fn search_terms(&self) -> Vec<&str> {