Corrected grammatical errors

This commit is contained in:
Markus Fleschutz 2022-07-12 19:54:16 +02:00
parent ac6c00338f
commit c8c4da44df
4 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
## install-ssh-client.ps1 - Installs the SSH client (needs admin rights) ## install-ssh-client.ps1 - Installs a SSH client (needs admin rights)
This PowerShell script installs the SSH client (needs admin rights). This PowerShell script installs a SSH client (needs admin rights).
## Parameters ## Parameters
```powershell ```powershell

View File

@ -1,6 +1,6 @@
## install-ssh-server.ps1 - Installs the SSH server (needs admin rights) ## install-ssh-server.ps1 - Installs a SSH server (needs admin rights)
This PowerShell script installs the SSH server (needs admin rights). This PowerShell script installs a SSH server (needs admin rights).
## Parameters ## Parameters
```powershell ```powershell

View File

@ -1,14 +1,14 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs the SSH client (needs admin rights) Installs a SSH client (needs admin rights)
.DESCRIPTION .DESCRIPTION
This PowerShell script installs the SSH client (needs admin rights). This PowerShell script installs a SSH client (needs admin rights).
.EXAMPLE .EXAMPLE
PS> ./install-ssh-client PS> ./install-ssh-client
.LINK .LINK
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
.NOTES .NOTES
Author: Markus Fleschutz / License: CC0 Author: Markus Fleschutz | License: CC0
#> #>
#Requires -RunAsAdministrator #Requires -RunAsAdministrator

View File

@ -1,14 +1,14 @@
<# <#
.SYNOPSIS .SYNOPSIS
Installs the SSH server (needs admin rights) Installs a SSH server (needs admin rights)
.DESCRIPTION .DESCRIPTION
This PowerShell script installs the SSH server (needs admin rights). This PowerShell script installs a SSH server (needs admin rights).
.EXAMPLE .EXAMPLE
PS> ./install-ssh-server PS> ./install-ssh-server
.LINK .LINK
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
.NOTES .NOTES
Author: Markus Fleschutz / License: CC0 Author: Markus Fleschutz | License: CC0
#> #>
#Requires -RunAsAdministrator #Requires -RunAsAdministrator