From d34de844e0170bec7fb5a77d18de2f665b67a302 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Fri, 3 Jan 2020 13:21:57 +0000 Subject: [PATCH] add column config key to help menu --- menus.go | 1 + 1 file changed, 1 insertion(+) diff --git a/menus.go b/menus.go index 1b15281..c3ca2af 100644 --- a/menus.go +++ b/menus.go @@ -27,6 +27,7 @@ var helpDialog = []menu.Item{ {"[o] - open single view", ""}, {"[l] - view container logs ([t] to toggle timestamp when open)", ""}, {"[e] - exec shell", ""}, + {"[c] - configure columns", ""}, {"[S] - save current configuration to file", ""}, {"[q] - exit ctop", ""}, }