From: Kalle Wallin Date: Sat, 19 Jun 2004 19:52:45 +0000 (+0000) Subject: added help for the add command X-Git-Tag: v0.12_alpha1~508 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fc0fe1147f7f69d3d181eb254fd6e23991aa5b20;p=ncmpc.git added help for the add command git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1568 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/ChangeLog b/ChangeLog index 6bacbc9..968b1ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ * command.[c|h]: check_key_bindings() can now write an error messages to a buffer instead of stderr * main.c: display errors without exiting when key bindings are broken + * screen_help.c: added the add command to the help screen 2004-06-17 Kalle Wallin * Added a add command, used to add urls or files to the playlist, with diff --git a/src/screen_help.c b/src/screen_help.c index 2f04249..4d76ffe 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -96,6 +96,7 @@ static help_text_row_t help_text[] = { 0, CMD_CLEAR, NULL }, { 0, CMD_LIST_MOVE_UP, N_("Move song up") }, { 0, CMD_LIST_MOVE_DOWN, N_("Move song down") }, + { 0, CMD_ADD, NULL }, { 0, CMD_SAVE_PLAYLIST, NULL }, { 0, CMD_SCREEN_UPDATE, N_("Center") }, { 0, CMD_TOGGLE_AUTOCENTER, NULL },