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
```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
```powershell

View File

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

View File

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