Skip to content

Commit a7e7e92

Browse files
committed
renaming script to be more appropriate
1 parent e8d3e11 commit a7e7e92

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Pre-requisites:
3535
- Perl 5.20.2 or higher
3636

3737
Use 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>]`

recipes/perl/create_policy_without_defaults.pl renamed to recipes/perl/create_policy_in_one_step.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# subroutines for printing usage and library information required to run the script.
3333
sub print_usage {
3434
print("\n\nUsage:");
35-
print("\nperl create_policy_with_defaults -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n");
35+
print("\nperl create_policy_in_one_step -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n");
3636
}
3737

3838
sub print_disclaimer {

recipes/perl/create_policy_with_defaults.pl renamed to recipes/perl/create_policy_step_by_step.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# subroutines for printing usage and library information required to run the script.
3333
sub print_usage {
3434
print("\n\nUsage:");
35-
print("\nperl create_policy_with_defaults -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n");
35+
print("\nperl create_policy_step_by_step -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n");
3636
}
3737

3838
sub print_disclaimer {

0 commit comments

Comments
 (0)