mirror of
https://github.com/nushell/nushell
synced 2025-01-28 04:45:18 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||||
|
|
Loading…
Reference in a new issue