Update README.md

This commit is contained in:
Alexis Gavoty 2012-10-14 23:05:43 +03:00 committed by Alexis Gavoty
parent 47fcfc6fc7
commit bfeb56baca

View file

@ -88,6 +88,6 @@ Dev self-notes
* One single action function is called after the parsing, named like 'category_action()'
* Connection to LDAP and/or config file openning is made before the action function
* Parsed arguments and connection dictionary are the only parameters passed to the action function
category_<action>(args, connections)
category_action(args, connections)
* 'connections' is optionnal
* Connections are closed just before the sys.exit calling