Code

added help for the add command
authorKalle Wallin <kaw@linux.se>
Sat, 19 Jun 2004 19:52:45 +0000 (19:52 +0000)
committerKalle Wallin <kaw@linux.se>
Sat, 19 Jun 2004 19:52:45 +0000 (19:52 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1568 09075e82-0dd4-0310-85a5-a0d7c8717e4f

ChangeLog
src/screen_help.c

index 6bacbc91d24ba9ced2e0ec50992385b5c8f02413..968b1ff068f80b3a9974846d46a06f60d31859f7 100644 (file)
--- 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 <kaw@linux.se>
        * Added a add command, used to add urls or files to the playlist, with
index 2f042499f158b5700c3d3882d1281cba64b8fb2f..4d76ffe7fa3b6414d90061cb135827a4a6c9684b 100644 (file)
@@ -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 },