aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c
diff options
context:
space:
mode:
authorAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-07 09:20:11 +0000
committerAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-07 09:20:11 +0000
commit87c94100402472fe1178a1d3cfb47d3cae57befd (patch)
treeef0c7dcdf6f1d2a6cd8a381e76ceab0000afa69f /src/screen_help.c
parent62bc8509633aa4f843bd10e0b5c8ccf1b63c2072 (diff)
downloadmpd-87c94100402472fe1178a1d3cfb47d3cae57befd.tar.gz
mpd-87c94100402472fe1178a1d3cfb47d3cae57befd.tar.xz
mpd-87c94100402472fe1178a1d3cfb47d3cae57befd.zip
lots of cool stuff!
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4577 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/screen_help.c')
-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 90032cf9a..2fd675ea9 100644
--- a/src/screen_help.c
+++ b/src/screen_help.c
@@ -133,6 +133,7 @@ static help_text_row_t help_text[] =
{ 0, CMD_SCREEN_LYRICS, N_("View Lyrics") },
{ 0, CMD_SELECT, N_("(Re)load lyrics") },
{ 0, CMD_INTERRUPT, N_("Interrupt retrieval") },
+ { 0, CMD_LYRICS_UPDATE, N_("Explicitly download lyrics") },
#endif
{ 0, CMD_NONE, NULL },
{-1, CMD_NONE, NULL }