diff options
Diffstat (limited to 'fripost')
| -rwxr-xr-x | fripost | 13 | 
1 files changed, 7 insertions, 6 deletions
| @@ -38,7 +38,7 @@ List matching virtual users.  Change user password. -=item B<fripost> add-domain [I<domain> [I<username>]] +=item B<fripost> add-domain [B<--force>] [I<domain> [I<username>]]  Add a new virtual domain. @@ -111,16 +111,17 @@ This can be useful if the user does not want to give the clear copy but  only a hash, for example.  Using this option disables the sending of credentials. -=item B<fripost> add-domain [I<domain> [I<username>]] +=item B<fripost> add-domain [B<--force>] [I<domain> [I<username>]]  C<add-domain> is used add a new virtual domain to the system, unless  B<--pretend> is set.  If I<domain> is not given, the user is prompted for its value.  By default, C<add-domain> prompts for the owner(s) of the new -domain; Use the empty string I<''> to create a "global" domain, only -managed by Fripost's administrators. -If I<domain> is an existing virtual domain, the owner(s) are simply -added to the list of managers. +domain; Use the empty string I<''> in the command line to create a +"global" domain, only managed by Fripost's administrators. +An error is raised if I<domain> is an existing virtual domain unless +B<--force> is set, in which case +I<username> is simply added to the list of managers.  =item B<fripost> search-domain [I<domain> [I<username>]] | 
