*: 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:
@@ -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}}"`
|
||||
|
@@ -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>.
|
||||
|
||||
|
@@ -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`
|
||||
|
||||
|
@@ -31,6 +31,6 @@
|
||||
|
||||
`cmd /v:{{on|off}}`
|
||||
|
||||
- Force output to use unicode encoding:
|
||||
- Force output to use Unicode encoding:
|
||||
|
||||
`cmd /u`
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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>.
|
||||
|
||||
|
@@ -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`
|
||||
|
||||
|
@@ -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):
|
||||
|
Reference in New Issue
Block a user