Roy T. Fielding wrote:
>
> > *** /usr/local/bin/dbmmanage Mon Jun 24 10:34:32 1996
> > --- dbmmanage.new Tue Nov 26 05:48:34 1996
> > ***************
> > *** 61,65 ****
> > # dbmmanage <dbm file> adduser <person> <password>
> >
> > ! die "Too few arguments.\n" if (@ARGV < 2);
> >
> > ($file,$command,$key,$value) = @ARGV;
> > --- 61,72 ----
> > # dbmmanage <dbm file> adduser <person> <password>
> >
> > ! if (@ARGV < 2) {
> > ! die "Too few arguments.\
> > ! Usage: dbmmanage <DBMfile> <command> [<key> [<value>]]\
> > ! where command is add, delete, view or adduser.\
> > ! No value required for \"delete\", no key or value for \"view\".\
> > ! To change a value, simply use \"add\".\
> > ! \"adduser\" encrypts the value and uses it as the user's password\n";
> > ! }
> >
> > ($file,$command,$key,$value) = @ARGV;
> >
>
> +1 on this.
+1
>
> ......Roy
--
Ben Laurie Phone: +44 (181) 994 6435 Email: ben@algroup.co.uk
Freelance Consultant and Fax: +44 (181) 994 6472
Technical Director URL: http://www.algroup.co.uk/Apache-SSL
A.L. Digital Ltd, Apache Group member (http://www.apache.org)
London, England. Apache-SSL author
|