This commit is contained in:
Jason Perkins 2011-11-19 12:20:23 -05:00
commit 52a9ffdaa6
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
--------
Sony NGP (in progress)
--------
* The error message for invalid flags now includes the offending value
-------
4.4 (in progress)
-------

View File

@ -138,7 +138,7 @@
if allowed_flags[value] then return value
else
return nil, "invalid flag"
return nil, "invalid flag '" .. value .. "'"
end
end,
},