aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/sort.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/sort.go')
-rw-r--r--commands/account/sort.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/account/sort.go b/commands/account/sort.go
index 16060aa0..b381548c 100644
--- a/commands/account/sort.go
+++ b/commands/account/sort.go
@@ -13,8 +13,8 @@ import (
type Sort struct {
Unused struct{} `opt:"-"`
// these fields are only used for completion
- Reverse bool `opt:"-r"`
- Criteria []string `opt:"criteria" complete:"CompleteCriteria"`
+ Reverse bool `opt:"-r" desc:"Sort in the reverse order."`
+ Criteria []string `opt:"criteria" complete:"CompleteCriteria" desc:"Sort criterion."`
}
func init() {