Skip to content

Commit

Permalink
Add help message for BranchName pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeithhill committed Feb 22, 2019
1 parent 43f48a8 commit fa20ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitUtils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ function Remove-GitBranch {
# Certain branches are always excluded from deletion e.g. the current branch
# as well as the develop and master branches. See the -ExcludeBranchPattern
# parameter to modify that pattern.
[Parameter(Mandatory, Position=0)]
[Parameter(Mandatory, Position=0, HelpMessage="Enter a regular expression pattern to match branch names to delete")]
[string]
$BranchPattern,

Expand Down

0 comments on commit fa20ee8

Please sign in to comment.