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>
[S.I.: fix a stray ' ' introduced with this commit]
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Noel Ullreich 2023-07-03 14:04:36 +02:00 committed by Stoiko Ivanov
parent 2a039e08c3
commit db96e7429f
8 changed files with 16 additions and 16 deletions

View File

@ -61,7 +61,7 @@ include::pmgmirror.adoc[]
:leveloffset: 0 :leveloffset: 0
Useful Command Line Tools Useful Command-line Tools
------------------------- -------------------------
:leveloffset: 2 :leveloffset: 2
@ -101,7 +101,7 @@ include::pmg-bibliography.adoc[]
:leveloffset: 0 :leveloffset: 0
[appendix] [appendix]
Command Line Interface Command-line Interface
---------------------- ----------------------
*pmgbackup* - Proxmox Mail Gateway Backup and Restore Utility *pmgbackup* - Proxmox Mail Gateway Backup and Restore Utility

View File

@ -34,7 +34,7 @@ them. The 'Syslog' button shows the system log, filtered for the
selected service. selected service.
Please note that {pmg} uses {systemd} to manage services, so you can Please note that {pmg} uses {systemd} to manage services, so you can
also use the standard `systemctl` command line tool to manage or view also use the standard `systemctl` command-line tool to manage or view
service status, for example: service status, for example:
----- -----

View File

@ -131,8 +131,8 @@ Virus detection
engine, designed for detecting Trojans, viruses, malware, and other engine, designed for detecting Trojans, viruses, malware, and other
malicious threats. malicious threats.
It provides a high performance, multi-threaded scanning daemon, command It provides a high performance, multi-threaded scanning daemon, command-line
line utilities for on demand file scanning, and an intelligent tool utilities for on demand file scanning, and an intelligent tool
for automatic signature updates. for automatic signature updates.

View File

@ -72,7 +72,7 @@ use. The email address used for that account will serve as the contact point for
renewal-due or similar notifications from the ACME endpoint. renewal-due or similar notifications from the ACME endpoint.
You can register or deactivate ACME accounts over the web interface You can register or deactivate ACME accounts over the web interface
`Certificates -> ACME Accounts` or using the `pmgconfig` command line tool. `Certificates -> ACME Accounts` or using the `pmgconfig` command-line tool.
---- ----
pmgconfig acme account register <account-name> <mail@example.com> pmgconfig acme account register <account-name> <mail@example.com>
---- ----
@ -221,7 +221,7 @@ renewed automatically by the `pmg-daily.service`. Currently, renewal is
triggered if the certificate either has already expired or if it will expire in triggered if the certificate either has already expired or if it will expire in
the next 30 days. the next 30 days.
Manually Change Certificate over Command-Line Manually Change Certificate over the Command Line
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you want to get rid of certificate verification warnings, you have to If you want to get rid of certificate verification warnings, you have to
@ -269,7 +269,7 @@ systemctl restart pmgproxy
Test your new certificate, using your browser. Test your new certificate, using your browser.
NOTE: To transfer files to and from your {pmg}, you can use secure copy: If your NOTE: To transfer files to and from your {pmg}, you can use secure copy: If your
desktop runs Linux, you can use the `scp` command line tool. If your desktop PC desktop runs Linux, you can use the `scp` command-line tool. If your desktop PC
runs windows, please use an scp client like WinSCP (see https://winscp.net/). runs windows, please use an scp client like WinSCP (see https://winscp.net/).
Change Certificate for Cluster Setups Change Certificate for Cluster Setups

View File

@ -44,7 +44,7 @@ Local Backups
------------- -------------
You can create a backup by simply pressing the 'Backup' button in the 'Local You can create a backup by simply pressing the 'Backup' button in the 'Local
Backup/Restore' tab on the GUI, or by using the command line interface: Backup/Restore' tab on the GUI, or by using the command-line interface:
---- ----
# pmgbackup backup # pmgbackup backup
@ -227,7 +227,7 @@ allows the Proxmox Backup Server to remove it during garbage collection.
---- ----
TIP: You can configure and access all backup-related functionality on TIP: You can configure and access all backup-related functionality on
both the web interface and the command line interface. both the web interface and the command-line interface.
[[pmgbackup_pbs_schedule]] [[pmgbackup_pbs_schedule]]
Scheduled Backups Scheduled Backups

View File

@ -196,8 +196,8 @@ using DNAT. See your firewall manual for more details.
Cluster Administration Cluster Administration
---------------------- ----------------------
Cluster administration can be done from the GUI or by using the command Cluster administration can be done from the GUI or by using the command-line
line utility `pmgcm`. The CLI tool is a bit more verbose, so we suggest utility `pmgcm`. The CLI tool is a bit more verbose, so we suggest
to use that if you run into any problems. to use that if you run into any problems.
NOTE: Always set up the IP configuration, before adding a node to the NOTE: Always set up the IP configuration, before adding a node to the
@ -229,7 +229,7 @@ Show Cluster Status
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
The GUI shows the status of all cluster nodes. You can also view this The GUI shows the status of all cluster nodes. You can also view this
using the command line tool: using the command-line tool:
---- ----
pmgcm status pmgcm status

View File

@ -27,9 +27,9 @@ endif::manvolnum[]
{pmg} is usually configured using the web-based Graphical User Interface (GUI), {pmg} is usually configured using the web-based Graphical User Interface (GUI),
but it is also possible to directly edit the configuration files, using the but it is also possible to directly edit the configuration files, using the
REST API over 'https' or the command line tool `pmgsh`. REST API over 'https' or the command-line tool `pmgsh`.
The command line tool `pmgconfig` is used to simplify some common configuration The command-line tool `pmgconfig` is used to simplify some common configuration
tasks, such as generating certificates and rewriting service configuration tasks, such as generating certificates and rewriting service configuration
files. files.

View File

@ -25,7 +25,7 @@ pmgperf - Proxmox Simple Performance Benchmark
:pmg-toplevel: :pmg-toplevel:
endif::manvolnum[] endif::manvolnum[]
The command line tool `pmgperf` gathers some general The command-line tool `pmgperf` gathers some general
performance data. This is mostly useful for debugging and identifying performance data. This is mostly useful for debugging and identifying
performance bottlenecks. It computes the following metrics: performance bottlenecks. It computes the following metrics: