[Refdb-cvs] CVS: refdb/src refdba.c,1.45.2.8,1.45.2.9
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-11-05 23:50:43
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21218/src Modified Files: Tag: Release_0_9_5_stable refdba.c Log Message: fixed adduser/deleteuser help message Index: refdba.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/refdba.c,v retrieving revision 1.45.2.8 retrieving revision 1.45.2.9 diff -u -U2 -r1.45.2.8 -r1.45.2.9 --- refdba.c 28 Oct 2005 23:53:55 -0000 1.45.2.8 +++ refdba.c 5 Nov 2005 23:50:35 -0000 1.45.2.9 @@ -904,5 +904,5 @@ } else { - printf("Grants access rights to a database for the given users\nSyntax: adduser {-d database} [-h] {-H hostname} [-r] [-N password] {user|-f infile}\nOptions: -d database specify the database\n -f infile Read the names of the users from file infile\n -h prints this mini-help\n -H hostname specify the hostname of the server that runs refdbd through which the users will connect\n -N new password for given user\n All other arguments are interpreted as usernames.\n"); + printf("Grants access rights to a database for the given users\nSyntax: adduser {-d database} [-h] {-H hostname} [-N password] {user|-f infile}\nOptions: -d database specify the database\n -f infile Read the names of the users from file infile\n -h prints this mini-help\n -H hostname specify the hostname of the server that runs refdbd through which the users will connect\n -N new password for given user\n All other arguments are interpreted as usernames.\n"); } n_just_help++; |