*: fix typos reported by Hunspell (#5848)

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
This commit is contained in:
bl-ue
2021-05-20 16:13:41 -04:00
committed by GitHub
parent 3d70909e0c
commit 8ebd171d6f
267 changed files with 358 additions and 360 deletions

View File

@@ -19,6 +19,6 @@
`choco new {{package_name}} --output-directory {{path/to/directory}}`
- Create a new package with specific 32-bit and 64-bit installer urls:
- Create a new package with specific 32-bit and 64-bit installer URLs:
`choco new {{package_name}} url="{{url}}" url64="{{url}}"`

View File

@@ -1,6 +1,6 @@
# choco
> A command line interface for the Chocolatey package manager.
> A command-line interface for the Chocolatey package manager.
> See `choco install`, `choco upgrade` and other pages for additional information.
> More information: <https://chocolatey.org>.

View File

@@ -3,7 +3,7 @@
> Copy input content to the Windows clipboard.
> More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/clip>.
- Pipe command line output to the Windows clipboard:
- Pipe command-line output to the Windows clipboard:
`{{dir}} | clip`

View File

@@ -31,6 +31,6 @@
`cmd /v:{{on|off}}`
- Force output to use unicode encoding:
- Force output to use Unicode encoding:
`cmd /u`

View File

@@ -1,6 +1,6 @@
# cmstp
> A command line tool for managing connection service profiles.
> A command-line tool for managing connection service profiles.
> More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/cmstp>.
- Install a specific profile:

View File

@@ -1,6 +1,6 @@
# doskey
> Manage macros, windows commands and command lines.
> Manage macros, windows commands and command-lines.
> More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/doskey>.
- List available macros:

View File

@@ -1,6 +1,6 @@
# fondue
> A command line installer for optional Windows features.
> A command-line installer for optional Windows features.
> More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/fondue>.
- Enable a specific Windows feature:

View File

@@ -1,6 +1,6 @@
# octo
> Command line tools for Octopus Deploy.
> Command-line tools for Octopus Deploy.
> More information: <https://octopus.com/docs/octopus-rest-api/octo.exe-command-line>.
- Create a package:

View File

@@ -1,6 +1,6 @@
# pwlauncher
> A command line tool for managing the Windows To Go startup options.
> A command-line tool for managing the Windows To Go startup options.
> More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/pwlauncher>.
- Display the current Windows To Go status:

View File

@@ -1,6 +1,6 @@
# reg
> A command line interface for managing keys and their values in the Windows registry.
> A command-line interface for managing keys and their values in the Windows registry.
> See `reg-query`, `reg-add` and other pages for additional information.
> More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/reg>.

View File

@@ -15,7 +15,7 @@
`virtualboxvm --startvm {{name|uuid}} --dvd {{path/to/image_file}}`
- Display a command line window with debug information:
- Display a command-line window with debug information:
`virtualboxvm --startvm {{name|uuid}} --debug-command-line`

View File

@@ -1,6 +1,6 @@
# wsl
> Manage the Windows Subsystem for Linux from the command line.
> Manage the Windows Subsystem for Linux from the command-line.
> More information: <https://docs.microsoft.com/windows/wsl/reference>.
- Start a Linux shell (in the default distribution):