File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def print_disclaimer():
2525
2626def 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
3030def read_command_line_arguments ():
3131 if len (sys .argv )% 2 == 0 :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def print_disclaimer():
2525
2626def 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
3030def read_command_line_arguments ():
3131 if len (sys .argv )% 2 == 0 :
You can’t perform that action at this time.
0 commit comments