From 6a959f831e497976deedb7e7b7f4985a142f9e9a Mon Sep 17 00:00:00 2001 From: Eldar Nash Date: Fri, 4 Aug 2023 09:52:32 +0200 Subject: [PATCH] syslog-ng-ctl formatting fixes --- content/app-man-syslog-ng/syslog-ng-ctl.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/app-man-syslog-ng/syslog-ng-ctl.1.md b/content/app-man-syslog-ng/syslog-ng-ctl.1.md index 3c4d745d..44340dfb 100644 --- a/content/app-man-syslog-ng/syslog-ng-ctl.1.md +++ b/content/app-man-syslog-ng/syslog-ng-ctl.1.md @@ -159,7 +159,7 @@ The `syslog-ng-ctl query list` command has the following options: `syslog-ng-ctl query get [options]` -The `syslog-ng-ctl query get \` command lists the nodes that match the query, and their values. +The `syslog-ng-ctl query get ` command lists the nodes that match the query, and their values. For example, the `destination` query lists the configured destinations, and the metrics related to each destination. An example output: @@ -321,11 +321,11 @@ echo "" | syslog-ng-ctl credentials add --id=` or `-i` +- `--id=` or `-i` The path to the password-protected private key file. This is the same path that you use in the `key-file()` option of the {{% param "product.ose" %}} configuration file. -- `--secret=\` or `-s` +- `--secret=` or `-s` The password or passphrase of the private key.