Fix usage for the exit command. (#9450)

Since #8415 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

View File

@ -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> {