mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 23:43:25 +01:00
Corrected grammatical errors
This commit is contained in:
parent
ac6c00338f
commit
c8c4da44df
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user