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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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> {