Change description of sort (#5355)

This commit is contained in:
Jonathan Moore
2022-04-28 14:33:26 -05:00
committed by GitHub
parent 2516305fa8
commit f189369fd7

View File

@ -26,7 +26,7 @@ impl Command for Sort {
}
fn usage(&self) -> &str {
"Sort by the given columns, in increasing order."
"Sort in increasing order."
}
fn examples(&self) -> Vec<Example> {