aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen_help.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/screen_help.c b/src/screen_help.c
index 8804c950b..cb417d25c 100644
--- a/src/screen_help.c
+++ b/src/screen_help.c
@@ -138,6 +138,13 @@ static help_text_row_t help_text[] = {
{ 0, CMD_LYRICS_UPDATE, N_("Explicitly download lyrics") },
{ 0, CMD_ADD, N_("Save lyrics") },
#endif
+#ifdef ENABLE_OUTPUTS_SCREEN
+ { 0, CMD_NONE, NULL },
+ { 0, CMD_NONE, NULL },
+ { 1, CMD_NONE, N_("Keys - Outputs screen") },
+ { 2, CMD_NONE, NULL },
+ { 0, CMD_PLAY, N_("Enable/disable output") },
+#endif
};
#define help_text_rows (sizeof(help_text) / sizeof(help_text[0]))