diff parser-mpcmd.c @ 15742:55cbf0c204bc

when somebody specifies e.g. --loop, the message says that a -loop option does not exist. So add an extra - to the message.
author reimar
date Fri, 17 Jun 2005 08:11:56 +0000
parents 4fdfe0860cc5
children feb16d0117c8
line wrap: on
line diff
--- a/parser-mpcmd.c	Fri Jun 17 02:22:34 2005 +0000
+++ b/parser-mpcmd.c	Fri Jun 17 08:11:56 2005 +0000
@@ -191,7 +191,7 @@
 	      }
 	    } 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);
 	    }
 	  }
 	}