mirror of
https://github.com/nushell/nushell
synced 2024-12-28 22:13:10 +00:00
Change description of sort
(#5355)
This commit is contained in:
parent
2516305fa8
commit
f189369fd7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue