Skip to content

Commit

Permalink
Added missing value and corrected output
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefrobbins committed Nov 16, 2023
1 parent 0b083fa commit 17bcaba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/ps-modules/PlatyPS/New-MarkdownAboutHelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ Use the [New-ExternalHelp](New-ExternalHelp.md) cmdlet to convert About Topic ma
### Example 1

```powershell
PS C:\> New-MarkdownAboutHelp -OutputFolder C:\Test -AboutName
PS C:\> New-MarkdownAboutHelp -OutputFolder C:\Test -AboutName TestAboutTopic
PS C:\> Get-ChildItem C:\Test
Directory: C:\Test
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 7/13/2016 2:12 PM 1491 TestAboutTopic.md
-a---- 7/13/2016 2:12 PM 1491 about_TestAboutTopic.md
```

Create and display file info for PowerShell About Topic Markdown File.
Expand All @@ -56,7 +56,7 @@ PS C:\> New-ExternalHelp -Path C:\Test\ -OutputPath C:\Test
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 7/13/2016 2:15 PM 1550 TestAboutTopic.txt
-a---- 7/13/2016 2:15 PM 1550 about_TestAboutTopic.help.txt
```

Create PowerShell About Topic Txt file from existing Markdown About file.
Expand Down

0 comments on commit 17bcaba

Please sign in to comment.