diff options
Diffstat (limited to '')
-rw-r--r-- | screen_help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_help.c b/screen_help.c index 37bf9a385..c55c96380 100644 --- a/screen_help.c +++ b/screen_help.c @@ -83,6 +83,8 @@ static help_text_row_t help_text[] = { 0, CMD_PLAY, "Play" }, { 0, CMD_DELETE, NULL }, { 0, CMD_CLEAR, NULL }, + { 0, CMD_LIST_MOVE_UP, "Move song up" }, + { 0, CMD_LIST_MOVE_DOWN, "Move song down" }, { 0, CMD_SAVE_PLAYLIST, NULL }, { 0, CMD_SCREEN_UPDATE, "Center" }, { 0, CMD_TOGGLE_AUTOCENTER, NULL }, |