1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-18 07:56:56 +02:00

Fix usage for the exit command. ()

Since  the `exit` command no longer manipulates shells.
This commit is contained in:
Bram Geron 2023-06-16 10:09:02 +02:00 committed by GitHub
parent e09d482fb7
commit df5dcdab64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ impl Command for Exit {
} }
fn usage(&self) -> &str { fn usage(&self) -> &str {
"Exit a Nu shell or exit Nu entirely." "Exit Nu."
} }
fn search_terms(&self) -> Vec<&str> { fn search_terms(&self) -> Vec<&str> {