add reverse sort order option, toggle

This commit is contained in:
Bradley Cicenas
2017-01-12 19:48:29 +00:00
parent 6856a7028b
commit 9a87c269aa
4 changed files with 20 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ import (
var helpDialog = []string{
"[h] - open this help dialog",
"[s] - select container sort field",
"[r] - reverse container sort order",
"[q] - exit ctop",
}