1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

Make vd message fit 80 character displays.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14778 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-02-23 01:43:15 +00:00
parent 74d0fa9d0e
commit 0b60eebcf9

View File

@ -127,8 +127,8 @@ extern int readPPOpt(void *conf, char *arg);
extern void revertPPOpt(void *conf, char* opt);
extern char* pp_help;
m_option_t vd_conf[]={
{"help", "To avoid vd, always use MPlayer with an appropriate video file instead of a live partner.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
m_option_t vd_conf[]={
{"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};