File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ sub user_input {
5656 ) or die print_usage();
5757
5858 if ($nbmaster eq " " ) {
59- print (" Please provide the value for 'nbmaster', 'username' and 'password' " );
59+ print (" Please provide the value for 'nbmaster'" );
6060 exit ;
6161 }
6262
6363 if ($username eq " " ) {
64- print (" Please provide the value for 'nbmaster', ' username' and 'password '" );
64+ print (" Please provide the value for 'username'" );
6565 exit ;
6666 }
6767
6868 if ($password eq " " ) {
69- print (" Please provide the value for 'nbmaster', 'username' and ' password'" );
69+ print (" Please provide the value for 'password'" );
7070 exit ;
7171 }
7272
Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ sub user_input {
5656 ) or die print_usage();
5757
5858 if ($nbmaster eq " " ) {
59- print (" Please provide the value for 'nbmaster', 'username' and 'password' " );
59+ print (" Please provide the value for 'nbmaster'" );
6060 exit ;
6161 }
6262
6363 if ($username eq " " ) {
64- print (" Please provide the value for 'nbmaster', ' username' and 'password '" );
64+ print (" Please provide the value for 'username'" );
6565 exit ;
6666 }
6767
6868 if ($password eq " " ) {
69- print (" Please provide the value for 'nbmaster', 'username' and ' password'" );
69+ print (" Please provide the value for 'password'" );
7070 exit ;
7171 }
7272
You can’t perform that action at this time.
0 commit comments