forked from extern/nushell
Fix usage for the exit command. (#9450)
Since #8415 the `exit` command no longer manipulates shells.
This commit is contained in:
parent
e09d482fb7
commit
df5dcdab64
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user