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

typo/grammar

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20836 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-10 16:39:44 +00:00
parent f06a2b11a0
commit 8f5f581668

View File

@ -327,8 +327,8 @@ m_option_t mplayer_opts[]={
{"lircconf", &lirc_configfile, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
#endif
{"gui", "The -gui option will only work as first commandline argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
{"nogui", "The -nogui option will only work as first commandline argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
{"gui", "The -gui option will only work as the first command line argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
{"nogui", "The -nogui option will only work as the first command line argument.\n", CONF_TYPE_PRINT, 0, 0, 0, (void *)1},
#ifdef HAVE_NEW_GUI
{"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},