File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ Pre-requisites:
3535- Perl 5.20.2 or higher
3636
3737Use the following commands to run the perl samples.
38- - ` perl create_policy_with_defaults .pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
39- - ` perl create_policy_without_defaults .pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
38+ - ` perl create_policy_step_by_step .pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
39+ - ` perl create_policy_in_one_step .pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
Original file line number Diff line number Diff line change 3232# subroutines for printing usage and library information required to run the script.
3333sub print_usage {
3434 print (" \n\n Usage:" );
35- print (" \n perl create_policy_with_defaults -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n " );
35+ print (" \n perl create_policy_in_one_step -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n " );
3636}
3737
3838sub print_disclaimer {
Original file line number Diff line number Diff line change 3232# subroutines for printing usage and library information required to run the script.
3333sub print_usage {
3434 print (" \n\n Usage:" );
35- print (" \n perl create_policy_with_defaults -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n " );
35+ print (" \n perl create_policy_step_by_step -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n " );
3636}
3737
3838sub print_disclaimer {
You can’t perform that action at this time.
0 commit comments