]> git.proxmox.com Git - pmg-docs.git/commitdiff
Fix spelling of command line/command-line
authorNoel Ullreich <n.ullreich@proxmox.com>
Mon, 3 Jul 2023 12:04:36 +0000 (14:04 +0200)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 22 Jan 2024 17:40:37 +0000 (18:40 +0100)
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>
pmg-admin-guide.adoc
pmg-administration.adoc
pmg-intro.adoc
pmg-ssl-certificate.adoc
pmgbackup.adoc
pmgcm.adoc
pmgconfig.adoc
pmgperf.adoc

index 7c9278104c3100d6037c5a5484f5f0dede41cbd0..e55f335c2c65b5e61e7d756bc4a76e598da66b5b 100644 (file)
@@ -61,7 +61,7 @@ include::pmgmirror.adoc[]
 :leveloffset: 0
 
 
-Useful Command Line Tools
+Useful Command-line Tools
 -------------------------
 
 :leveloffset: 2
@@ -101,7 +101,7 @@ include::pmg-bibliography.adoc[]
 :leveloffset: 0
 
 [appendix]
-Command Line Interface
+Command-line Interface
 ----------------------
 
 *pmgbackup* - Proxmox Mail Gateway Backup and Restore Utility
index 05f4589f0a91035c4e83658bdf604b942ff822fd..25af4b1affa4bf81df567d31a9eb36f9a95b4445 100644 (file)
@@ -34,7 +34,7 @@ them. The 'Syslog' button shows the system log, filtered for the
 selected service.
 
 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:
 
 -----
index d781c3f487b7e1838e8bc35ceba115d78f1afa58..5b8d1be863d4320c02b5c8bd0051a16017889805 100644 (file)
@@ -131,8 +131,8 @@ Virus detection
 engine, designed for detecting Trojans, viruses, malware, and other
 malicious threats.
 
-It provides a high performance, multi-threaded scanning daemon, command
-line utilities for on demand file scanning, and an intelligent tool
+It provides a high performance, multi-threaded scanning daemon, command-line
+utilities for on demand file scanning, and an intelligent tool
 for automatic signature updates.
 
 
index 10a5c165bbb25dc6b314568af10426e73dd1b129..9ec70993dc7b6e6a6b4653590223b0613ea2f9b0 100644 (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.
 
 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>
 ----
@@ -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
 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
@@ -269,7 +269,7 @@ systemctl restart pmgproxy
 Test your new certificate, using your browser.
 
 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/).
 
 Change Certificate for Cluster Setups
index 3d0127cd356662860dc2eabbba21d5f37c14a2ea..2eb9fb799beeb7fe8d1090b1b88f5b9ed77d0e72 100644 (file)
@@ -44,7 +44,7 @@ Local Backups
 -------------
 
 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
@@ -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
-both the web interface and the command line interface.
+both the web interface and the command-line interface.
 
 [[pmgbackup_pbs_schedule]]
 Scheduled Backups
index 4cb533024e67769fe0f63889a5d25345a21011fc..d3cce0d996017dff55464aa0d34e8934ce9dd430 100644 (file)
@@ -196,8 +196,8 @@ using DNAT. See your firewall manual for more details.
 Cluster Administration
 ----------------------
 
-Cluster administration can be done from the GUI or by using the command
-line utility `pmgcm`. The CLI tool is a bit more verbose, so we suggest
+Cluster administration can be done from the GUI or by using the command-line
+utility `pmgcm`. The CLI tool is a bit more verbose, so we suggest
 to use that if you run into any problems.
 
 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
-using the command line tool:
+using the command-line tool:
 
 ----
 pmgcm status
index affb2d94195d17ee5241ee6b9a10803e5a84a340..bf3887e0ee31abbf048d70a83f7a37b9f497019f 100644 (file)
@@ -27,9 +27,9 @@ endif::manvolnum[]
 
 {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
-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
 files.
 
index 818d550f9553ce3e70a25075825b9c2ba621517f..18fc6781f0989db543ed6b132827b538bc971d95 100644 (file)
@@ -25,7 +25,7 @@ pmgperf - Proxmox Simple Performance Benchmark
 :pmg-toplevel:
 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 bottlenecks. It computes the following metrics: