File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ The Test-CsPhoneBootstrap.md cmdlet is included in both Lync Server 2010 and Lyn
3737Much of the content is duplicated and thus we want to have a single file for the cmdlet with unique content merged from each individual file.
3838
3939
40+
41+
4042```
4143PS C:\> Merge-MarkdownHelp -Path @('Lync Server 2010\Test-CsPhoneBootstrap.md', 'Lync Server 2013\Test-CsPhoneBootstrap.md') -OutputPath lync
4244```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Creates external help file based on markdown supported by PlatyPS.
1414
1515```
1616New-ExternalHelp -Path <String[]> -OutputPath <String> [-ApplicableTag <String[]>] [-Encoding <Encoding>]
17- [-MaxAboutWidth <Int >] [-ErrorLogFile <String>] [-Force] [<CommonParameters>]
17+ [-MaxAboutWidth <Int32 >] [-ErrorLogFile <String>] [-Force] [<CommonParameters>]
1818```
1919
2020## DESCRIPTION
@@ -171,7 +171,7 @@ Lines inside code blocks are not wrapped at all and are not affected by the
171171MaxAboutWidth parameter.
172172
173173` ` ` yaml
174- Type: Int
174+ Type: Int32
175175Parameter Sets: (All)
176176Aliases:
177177
You can’t perform that action at this time.
0 commit comments