Skip to content

Commit

Permalink
Typo in help
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-D-Foster committed Jun 2, 2021
1 parent 420dbdf commit e6fff01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected override void CreateHelp(CommandHelpBuilder help)
help.AddParameter("emailaddress", "ea", "The email address of the new user");
help.AddValue("<SAMAccountName>");
help.AddExample(HelpExamplePrefix + " testuser");
help.AddExample(HelpExamplePrefix + " -fn=First -fn=Last -dn=MyUser testuser");
help.AddExample(HelpExamplePrefix + " -fn=First -ln=Last -dn=MyUser testuser");
}

protected override void ExecuteInternal(ActiveDirectory ad)
Expand Down

0 comments on commit e6fff01

Please sign in to comment.