Fix sort signature (#5055)

This commit is contained in:
JT 2022-04-01 13:03:07 +13:00 committed by GitHub
parent 1d2d31580b
commit fa0400c3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ impl Command for Sort {
}
fn signature(&self) -> nu_protocol::Signature {
Signature::build("sort-by")
Signature::build("sort")
.switch("reverse", "Sort in reverse order", Some('r'))
.switch(
"insensitive",