mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Update the manuals
This commit is contained in:
@ -59,7 +59,7 @@ try {
|
||||
"# PowerShell Script $scriptName"
|
||||
|
||||
""
|
||||
"## Synopsis"
|
||||
"## Synopsis & Description"
|
||||
"``````powershell"
|
||||
"$($full.Synopsis)"
|
||||
"``````"
|
||||
@ -67,7 +67,6 @@ try {
|
||||
$Description = ($full.description | Out-String).Trim()
|
||||
if ($Description -ne "") {
|
||||
""
|
||||
"## Description"
|
||||
"$Description"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user