Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
syntax has to be lower case, documentation changed
  • Loading branch information
haraldronge committed Apr 14, 2014
1 parent ef0de7e commit f7a633b
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,27 @@ Installation

Unzip into lib/plugins directory

SYNTAX
------
~~GROUPMANAGER|[groups to manage]|[allowed users and groups]~~
=====Syntax=====

<code>~~groupmanager|[groups to manage]|[allowed users and groups]~~</code>

Groups to manage separated by commas; the first group in the list will be the default group.

EXAMPLE 1
---------
~~GROUPMANAGER|wg_mygroup_reader|@wg_mygroup_admin~~
**Be careful**:
Use ''~~groupmanager~~'' in lowercase letters; ''~~GROUPMANAGER~~'' may not work!

==== Example 1 ====

<code>~~groupmanager|wg_mygroup_reader|@wg_mygroup_admin~~</code>

Members of group ‘ wg_mygroup_reader ‘ can be managed by group ‘ wg_mygroup_admin ‘

EXAMPLE 2
---------
~~GROUPMANAGER|wg_mygroup_reader, wg_mygroup_editor|harald, @admin~~
==== Example 2 ====

<code>~~groupmanager|wg_mygroup_reader, wg_mygroup_editor|harald, @admin~~</code>

Members of ‘ wg_mygroup_reader ‘ and ‘ wg_mygroup_editor ‘ can be managed by user ‘harald’ and members of the group ‘admin’

Members of ‘ wg_mygroup_reader ‘ and ‘ wg_mygroup_editor ‘ can be managed by user ‘harald’
and members of the group ‘admin’

REMARKS
-------
Expand Down

0 comments on commit f7a633b

Please sign in to comment.