Skip to content

Commit 0597ba5

Browse files
authored
Updated usage for -nbpolicy param
1 parent 923df00 commit 0597ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snippets/powershell/Get-NB-PolicyDetails.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ param (
1212
[string]$nbmaster = $(throw "Please specify the name of NetBackup master server using -nbmaster parameter."),
1313
[string]$username = $(throw "Please specify the user name using -username parameter."),
1414
[string]$password = $(throw "Please specify the password using -password parameter."),
15-
[string]$nbpolicy = $(throw "Please specify the password using -password parameter.")
15+
[string]$nbpolicy = $(throw "Please specify the policy using -nbpolicy parameter.")
1616

1717
)
1818

0 commit comments

Comments
 (0)