From c6e32e91b10e5759cd7353bef8430c0c2bc5cce7 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 17 Jun 2005 08:11:56 +0000 Subject: when somebody specifies e.g. --loop, the message says that a -loop option does not exist. So add an extra - to the message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15743 b3059339-0415-0410-9bf9-f77b7e298cf2 --- parser-mpcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser-mpcmd.c') diff --git a/parser-mpcmd.c b/parser-mpcmd.c index 26644453d1..137f72cbca 100644 --- a/parser-mpcmd.c +++ b/parser-mpcmd.c @@ -191,7 +191,7 @@ m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv) } } else { tmp = M_OPT_UNKNOWN; - mp_msg(MSGT_CFGPARSER, MSGL_ERR, "Unknown option on the command line: %s\n",opt); + mp_msg(MSGT_CFGPARSER, MSGL_ERR, "Unknown option on the command line: -%s\n",opt); } } } -- cgit v1.2.3