diff options
author | ivan <ivan> | 2003-09-05 13:16:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-05 13:16:25 +0000 |
commit | 0313fb7cc6033f2e740f846797db373df2c5bc49 (patch) | |
tree | c66a8d4b8b81551c58f62a5267d649f779003757 | |
parent | 0bf7a1bacd8cb032d11f74798ca3c562ac76f1ec (diff) |
doc
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b69f47aa0..36d55e4a8 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1056,7 +1056,7 @@ httemplate/docs/config.html { 'key' => 'users-allow_comp', 'section' => '', - 'description' => 'Usernames which can create complimentary customers, one per line. If no usernames are entered, all users can create complimentary accounts.', + 'description' => 'Usernames (Freeside users, created with <a href="../docs/man/bin/freeside-adduser.html">freeside-adduser</a>) which can create complimentary customers, one per line. If no usernames are entered, all users can create complimentary accounts.', 'type' => 'textarea', }, |