5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-11-03 16:23:43 +03:00

Fix spelling of command line/command-line

Commandline/command line/command-line where being used interchangeably,
which is not correct
(see: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/command-line).
use command-line when it is an adjective (e.g. "command-line interface")
and use command line when it is a noun (e.g. "change the setting from
the command line")

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
This commit is contained in:
Noel Ullreich
2023-07-03 14:04:34 +02:00
committed by Thomas Lamprecht
parent 451839ed51
commit ff4ae05288
15 changed files with 35 additions and 35 deletions

View File

@@ -61,9 +61,9 @@ restore jobs, live-migration or HA triggered activities.
Command Line::
For advanced users who are used to the comfort of the Unix shell or
Windows Powershell, {pve} provides a command line interface to
manage all the components of your virtual environment. This command
line interface has intelligent tab completion and full documentation
Windows Powershell, {pve} provides a command-line interface to
manage all the components of your virtual environment. This command-line
interface has intelligent tab completion and full documentation
in the form of UNIX man pages.
REST API::