mplayer.c
branchtrunk
changeset 29 640ce9201139
parent 27 12b5ca8deab5
child 39 ba6464ebc3f9
equal deleted inserted replaced
28:38d35ff3d93f 29:640ce9201139
   613 const char *cPluginMPlayer::CommandLineHelp(void)
   613 const char *cPluginMPlayer::CommandLineHelp(void)
   614 {
   614 {
   615   static char *help_str=0;
   615   static char *help_str=0;
   616   
   616   
   617   free(help_str);    //                                     for easier orientation, this is column 80|
   617   free(help_str);    //                                     for easier orientation, this is column 80|
   618   asprintf(&help_str,"  -m CMD,   --mount=CMD    use CMD to mount/unmount/eject mp3 sources\n"
   618   help_str=aprintf(  "  -m CMD,   --mount=CMD    use CMD to mount/unmount/eject mp3 sources\n"
   619                      "                           (default: %s)\n"
   619                      "                           (default: %s)\n"
   620                      "  -M CMD,   --mplayer=CMD  use CMD when calling MPlayer\n"
   620                      "  -M CMD,   --mplayer=CMD  use CMD when calling MPlayer\n"
   621                      "                           (default: %s)\n"
   621                      "                           (default: %s)\n"
   622                      "  -S SUB,   --sources=SUB  search sources config in SUB subdirectory\n"
   622                      "  -S SUB,   --sources=SUB  search sources config in SUB subdirectory\n"
   623                      "                           (default: %s)\n"
   623                      "                           (default: %s)\n"