add column config key to help menu

This commit is contained in:
Bradley Cicenas 2020-01-03 13:21:57 +00:00
parent a8e235beca
commit d34de844e0
1 changed files with 1 additions and 0 deletions

View File

@ -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", ""},
}