add column config key to help menu

This commit is contained in:
Bradley Cicenas
2020-01-03 13:21:57 +00:00
parent f704898212
commit d60b16aad1

View File

@@ -27,6 +27,7 @@ var helpDialog = []menu.Item{
{"[o] - open single view", ""}, {"[o] - open single view", ""},
{"[l] - view container logs ([t] to toggle timestamp when open)", ""}, {"[l] - view container logs ([t] to toggle timestamp when open)", ""},
{"[e] - exec shell", ""}, {"[e] - exec shell", ""},
{"[c] - configure columns", ""},
{"[S] - save current configuration to file", ""}, {"[S] - save current configuration to file", ""},
{"[q] - exit ctop", ""}, {"[q] - exit ctop", ""},
} }