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
37
37
Much 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.
38
38
39
39
40
+
41
+
40
42
```
41
43
PS C:\> Merge-MarkdownHelp -Path @('Lync Server 2010\Test-CsPhoneBootstrap.md', 'Lync Server 2013\Test-CsPhoneBootstrap.md') -OutputPath lync
42
44
```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Creates external help file based on markdown supported by PlatyPS.
14
14
15
15
```
16
16
New-ExternalHelp -Path <String[]> -OutputPath <String> [-ApplicableTag <String[]>] [-Encoding <Encoding>]
17
- [-MaxAboutWidth <Int >] [-ErrorLogFile <String>] [-Force] [<CommonParameters>]
17
+ [-MaxAboutWidth <Int32 >] [-ErrorLogFile <String>] [-Force] [<CommonParameters>]
18
18
```
19
19
20
20
## DESCRIPTION
@@ -171,7 +171,7 @@ Lines inside code blocks are not wrapped at all and are not affected by the
171
171
MaxAboutWidth parameter.
172
172
173
173
` ` ` yaml
174
- Type: Int
174
+ Type: Int32
175
175
Parameter Sets: (All)
176
176
Aliases:
177
177
You can’t perform that action at this time.
0 commit comments