git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33364 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -806,7 +806,7 @@ int G_parser(int argc, char **argv)
j++;
}
if (!found) {
- G_warning(_("BUG in descriptions, option %s in %s does not exist"),
+ G_warning(_("BUG in descriptions, option '%s' in <%s> does not exist"),
tokens[i], opt->key);
else {