Skip to content

Commit

Permalink
adding documentation to Get-JiraUser -Exact
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Poręba committed Jan 10, 2019
1 parent fd6f3a1 commit eb8c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en-US/commands/Get-JiraUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Get-JiraUser [-UserName] <String[]> [-IncludeInactive] [[-MaxResults] <UInt32>]
### ByInputObject

```powershell
Get-JiraUser [-InputObject] <Object[]> [-IncludeInactive] [-Credential <PSCredential>] [<CommonParameters>]
Get-JiraUser [-InputObject] <Object[]> [-IncludeInactive] [-Credential <PSCredential>] [-Exact] [<CommonParameters>]
```

## DESCRIPTION
Expand Down

0 comments on commit eb8c09a

Please sign in to comment.