From: Nick J. <nje...@us...> - 2002-03-10 08:09:25
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv31592/bin Modified Files: sandweb-admin Log Message: * added POD documentation to the sandweb-admin utility Index: sandweb-admin =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb-admin,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- sandweb-admin 20 Oct 2001 05:40:35 -0000 1.8 +++ sandweb-admin 10 Mar 2002 08:09:22 -0000 1.9 @@ -8,4 +8,30 @@ # +=pod + +=head1 NAME + +sandweb-admin - Administration tool for managing SanbWeb user accounts. + +=head1 SYNOPSIS + +sandweb-admin [TASK] [PARAMS] + +=head1 DESCRIPTION + + sandweb-admin is a user account administration tool for SandWeb, + which is a Web-Based Version Control Management Application. + + With sandweb-admin you can add or remove users, list existing + users, or change their passwords. + +=head1 PARAMETERS + + --list-users : display a list of the existing users. + --add-user [name] : add a user account, specifying the name. + --remove-user [name] : remove existing user. + +=cut + use strict; @@ -185,2 +211,16 @@ &main(); + +=head1 AUTHOR + + sandweb-admin was written by Nick Jennings for the Sandweb project. + +=head1 COPYRIGHT + + Copyright @ 2002 Sandweb Project. + This is free software; see the source for copying conditions. + There is NO warrant; not even for MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. + +=cut + |