Make the "Invalid capture filter" message resemble that of other programs.

svn path=/trunk/; revision=46107
This commit is contained in:
Guy Harris 2012-11-21 16:05:21 +00:00
parent 17d0007030
commit 03f4fa5223
1 changed files with 1 additions and 1 deletions

View File

@ -4941,7 +4941,7 @@ report_cfilter_error(capture_options *capture_opts, guint i, const char *errmsg)
*/
interface_opts = g_array_index(capture_opts->ifaces, interface_options, i);
cmdarg_err(
"Invalid capture filter: \"%s\" for interface %s!\n"
"Invalid capture filter \"%s\" for interface %s!\n"
"\n"
"That string isn't a valid capture filter (%s).\n"
"See the User's Guide for a description of the capture filter syntax.",