equal
deleted
inserted
replaced
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" |