aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/screen_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_help.c b/src/screen_help.c
index 2fd675ea9..31a125a7f 100644
--- a/src/screen_help.c
+++ b/src/screen_help.c
@@ -134,6 +134,7 @@ static help_text_row_t help_text[] =
{ 0, CMD_SELECT, N_("(Re)load lyrics") },
{ 0, CMD_INTERRUPT, N_("Interrupt retrieval") },
{ 0, CMD_LYRICS_UPDATE, N_("Explicitly download lyrics") },
+ { 0, CMD_ADD, N_("Save lyrics") },
#endif
{ 0, CMD_NONE, NULL },
{-1, CMD_NONE, NULL }