Skip to content

Commit 5c7f6d7

Browse files
committed
adress review comment
1 parent 32ae46f commit 5c7f6d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recpies/python/create_policy_in_one_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def print_disclaimer():
2525

2626
def print_usage():
2727
print("Example:")
28-
print("python -W ignore create_policy_with_defaults.py -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n")
28+
print("python -W ignore create_policy_in_one_step.py -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n")
2929

3030
def read_command_line_arguments():
3131
if len(sys.argv)%2 == 0:

recpies/python/create_policy_step_by_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def print_disclaimer():
2525

2626
def print_usage():
2727
print("Example:")
28-
print("python -W ignore create_policy_with_defaults.py -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n")
28+
print("python -W ignore create_policy_step_by_step.py -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]\n\n\n")
2929

3030
def read_command_line_arguments():
3131
if len(sys.argv)%2 == 0:

0 commit comments

Comments
 (0)