Skip to content

Commit

Permalink
syslog-ng-ctl formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarnash committed Aug 4, 2023
1 parent edcf337 commit 6a959f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/app-man-syslog-ng/syslog-ng-ctl.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \<query>` command lists the nodes that match the query, and their values.
The `syslog-ng-ctl query get <query>` 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:

Expand Down Expand Up @@ -321,11 +321,11 @@ echo "<passphrase-of-the-key>" | syslog-ng-ctl credentials add --id=<path-to-the

Specify the socket to use to access {{% param "product.ose" %}}. Only needed when using a non-standard socket.

- `--id=\<path-to-the-key>` or `-i`
- `--id=<path-to-the-key>` 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=\<passphrase-of-the-key>` or `-s`
- `--secret=<passphrase-of-the-key>` or `-s`

The password or passphrase of the private key.

Expand Down

0 comments on commit 6a959f8

Please sign in to comment.