mirror of
https://github.com/mpv-player/mpv
synced 2025-02-15 11:37:03 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@152 b3059339-0415-0410-9bf9-f77b7e298cf2
10 lines
145 B
C
10 lines
145 B
C
#include "cfgparser.h"
|
|
#include "version.h"
|
|
#include "help_mp.h"
|
|
|
|
int cfg_func_help(struct config *conf)
|
|
{
|
|
printf("%s", help_text);
|
|
exit(1);
|
|
}
|