diff -r 1be9411caf31 -r 75a7d595817c examples/forms.lua --- a/examples/forms.lua Sun May 20 06:24:50 2012 +0300 +++ b/examples/forms.lua Sun May 20 06:24:53 2012 +0300 @@ -111,6 +111,4 @@ end end, true, form_cid ) -commands_help['form'] = "[form_id [send | reject | [set | add] fieldname [value]]]\n\nWithout arguments prints form list.\nWith bare form id prints info on that form.\nWhen setting multivalue field, new values are added, not replacing previous.\nWithout value unsets field, multivalue fields lose all their values.\nAdd command allws to append field to form end.\nNote, that form-specific default type will be used." - -- vim: se ts=4: --