mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 15:41:52 +02:00
Update the manual pages
This commit is contained in:
@ -16,7 +16,7 @@ PS> ./close-windows-terminal.ps1 [<CommonParameters>]
|
||||
Example
|
||||
-------
|
||||
```powershell
|
||||
PS> ./close-windows-terminal
|
||||
PS> ./close-windows-terminal.ps1
|
||||
|
||||
```
|
||||
|
||||
@ -37,7 +37,7 @@ Script Content
|
||||
.DESCRIPTION
|
||||
This PowerShell script closes the Windows Terminal application gracefully.
|
||||
.EXAMPLE
|
||||
PS> ./close-windows-terminal
|
||||
PS> ./close-windows-terminal.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
@ -48,4 +48,4 @@ Script Content
|
||||
exit 0 # success
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of close-windows-terminal.ps1 as of 08/06/2023 11:42:26)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of close-windows-terminal.ps1 as of 08/06/2023 21:36:06)*
|
||||
|
Reference in New Issue
Block a user