From: Rob H. <for...@us...> - 2002-10-05 18:35:51
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory usw-pr-cvs1:/tmp/cvs-serv8804/lib/SandWeb Modified Files: Shell.pm Log Message: correcting comments Index: Shell.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Shell.pm,v retrieving revision 1.19 retrieving revision 1.20 diff -U2 -r1.19 -r1.20 --- Shell.pm 15 Aug 2002 03:36:07 -0000 1.19 +++ Shell.pm 5 Oct 2002 18:35:48 -0000 1.20 @@ -39,12 +39,12 @@ my $system_username = $args{'system_username'} || ''; - # system_username is the user's password on the local box ( optional ) + # system_password is the user's password on the local box ( optional ) my $system_password = $args{'system_password'} || ''; - # system_username is the user's VCS username on the local box + # vcs_username is the user's VCS username on the local box # ( optional ) my $vcs_username = $args{'vcs_username'} || ''; - # system_username is the user's VCS password on the local box + # vcs_password is the user's VCS password on the local box # ( optional ) my $vcs_password = $args{'vcs_password'} || ''; |