aboutsummaryrefslogtreecommitdiffstats
path: root/screen_help.c
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-27 16:52:36 +0000
committerKalle Wallin <kaw@linux.se>2004-03-27 16:52:36 +0000
commit95b5a376967fa1767e6503b2bc1b9594d6c910e9 (patch)
tree8f1e3cd1f0dbba5d9a01fb5b3fadf0ce51291c4b /screen_help.c
parentfe441717ab5bbebbf3bb3d518079636c14ef9357 (diff)
downloadmpd-95b5a376967fa1767e6503b2bc1b9594d6c910e9.tar.gz
mpd-95b5a376967fa1767e6503b2bc1b9594d6c910e9.tar.xz
mpd-95b5a376967fa1767e6503b2bc1b9594d6c910e9.zip
Added update command.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@513 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'screen_help.c')
-rw-r--r--screen_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen_help.c b/screen_help.c
index de5bfe3e2..09349a361 100644
--- a/screen_help.c
+++ b/screen_help.c
@@ -60,6 +60,7 @@ static help_text_row_t help_text[] =
{ 0, CMD_PLAY, "Enter directory/Load playlist" },
{ 0, CMD_SELECT, "Add/remove song from playlist" },
{ 0, CMD_DELETE, "Delete playlist" },
+ { 0, CMD_SCREEN_UPDATE, "Update" },
{ 0, CMD_NONE, " " },
{ 0, CMD_NONE, " " },
{ 1, CMD_NONE, " " PACKAGE " version " VERSION },