mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 14:21:45 +02:00
Change description of sort
(#5355)
This commit is contained in:
parent
2516305fa8
commit
f189369fd7
@ -26,7 +26,7 @@ impl Command for Sort {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn usage(&self) -> &str {
|
||||||
"Sort by the given columns, in increasing order."
|
"Sort in increasing order."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn examples(&self) -> Vec<Example> {
|
fn examples(&self) -> Vec<Example> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user