Update the comment header

This commit is contained in:
Markus Fleschutz
2022-01-29 12:47:46 +01:00
parent 757eba69d9
commit c112524c6f
256 changed files with 728 additions and 731 deletions

View File

@ -2,15 +2,15 @@
.SYNOPSIS
Exports all scripts as manuals
.DESCRIPTION
This script exports the comment based help of all PowerShell scripts as manuals.
This PowerShell script exports the comment based help of all PowerShell scripts as manuals.
.EXAMPLE
PS> ./export-to-manuals.ps1
Found 264 scripts, exporting them to /home/markus/PowerShell/Docs...
✔️ exported 264 PowerShell scripts in 28 sec
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz / License: CC0
#>
#requires -version 2