diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-19 18:24:53 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-19 18:24:53 +0000 |
commit | 6974dfae6b1db5ed81cfc66ae721f8a36d42bfda (patch) | |
tree | 86c78d5408a0cd7b70f1a63a08940409538a3978 /parser-mecmd.c | |
parent | e29e6dfd3649bc3f28b2ae55cb161cdd1821cb24 (diff) | |
download | mpv-6974dfae6b1db5ed81cfc66ae721f8a36d42bfda.tar.bz2 mpv-6974dfae6b1db5ed81cfc66ae721f8a36d42bfda.tar.xz |
Clarify confusing error message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14542 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'parser-mecmd.c')
-rw-r--r-- | parser-mecmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-mecmd.c b/parser-mecmd.c index 68225a0c27..c8d64ff113 100644 --- a/parser-mecmd.c +++ b/parser-mecmd.c @@ -72,7 +72,7 @@ m_config_parse_me_command_line(m_config_t *config, int argc, char **argv) no_more_opts = 1; if (i+1 >= argc) { - mp_msg(MSGT_CFGPARSER, MSGL_ERR, "You added '--' but no filenames presented!\n"); + mp_msg(MSGT_CFGPARSER, MSGL_ERR, "'--' indicates no more options, but no filename was given on the command line.\n"); goto err_out; } continue; |