examples/x_data.lua
changeset 60 b9fd051c0d7c
parent 53 2162188b20cf
child 66 542f61e113cb
--- a/examples/x_data.lua	Mon Mar 23 04:16:22 2009 +0200
+++ b/examples/x_data.lua	Mon Mar 23 04:17:02 2009 +0200
@@ -206,6 +206,6 @@
 		end
 	end, true, form_cid )
 
-commands_help['form'] = "[del form_id | send form_id | form_id [field_name {clear | [set] value}]\n\nWith bare form id prints info on that form.\nWith field name sets or clears field value. Set subcommand is optional, just to allow values, starting with 'clear'.\nWithout arguments prints form list."
+commands_help['form'] = "[form_id [send | reject | [set] 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."
 
 -- vim: se ts=4: --