Skip to content

Commit 60e047f

Browse files
committed
Update docs
1 parent 8382ed9 commit 60e047f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Merge-MarkdownHelp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ Merge multiply markdown version of the same cmdlets into a single markdown file.
1212
## SYNTAX
1313

1414
```
15-
Merge-MarkdownHelp [-Path] <String[]> [-OutputPath] <String> [[-Encoding] <Encoding>]
16-
[-ExplicitApplicableIfAll] [-Force] [[-MergeMarker] <String>]
15+
Merge-MarkdownHelp [-Path] <String[]> [-OutputPath] <String> [-Encoding <Encoding>] [-ExplicitApplicableIfAll]
16+
[-Force] [[-MergeMarker] <String>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
20-
2120
If we have similar modules, or different version of the same module,
2221
we are likely to have a lot of duplicated markdown in them.
2322

@@ -148,16 +147,17 @@ Accept pipeline input: True (ByValue)
148147
Accept wildcard characters: True
149148
```
150149
150+
### CommonParameters
151+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
152+
151153
## INPUTS
152154
153155
### System.String[]
154156
155-
156157
## OUTPUTS
157158
158159
### System.IO.FileInfo[]
159160
160-
161161
## NOTES
162162
163163
## RELATED LINKS

0 commit comments

Comments
 (0)