mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 04:31:39 +02:00
Update the manuals
This commit is contained in:
@ -56,7 +56,7 @@ try {
|
||||
|
||||
$full = Get-Help $filename -Full
|
||||
|
||||
"# Help for $ScriptName PowerShell Script"
|
||||
"# The $ScriptName PowerShell Script"
|
||||
|
||||
""
|
||||
"## Synopsis & Description"
|
||||
@ -128,7 +128,7 @@ try {
|
||||
}
|
||||
|
||||
""
|
||||
"*Generated from comment-based help of $ScriptName by convert-ps2md.ps1*"
|
||||
"*Generated by convert-ps2md.ps1 using the comment-based help of $ScriptName*"
|
||||
} catch {
|
||||
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user