Skip to content

Commit b95553d

Browse files
committed
Minor fixes.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent 794d9f2 commit b95553d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/_admin-guide/190_The_syslog-ng_manual_pages/011_persist-tool.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ The persist-tool application is a utility that can be used to dump the content o
1919
**CAUTION:** Persist-tool is a special tool for syslog-ng experts. Do use the tool unless you know exactly what you are doing. Misconfiguring it will result in irrecoverable damage to the persist file, without any warning.
2020
{: .notice--danger}
2121

22-
**NOTE:**
2322
Limitations:
2423
* The persist-state functions can be used only with `SLP4` or newer persist files. Older persist files are not supported.
2524
* Wildcard characters are not supported in file and directory names.
2625

27-
{: .notice--info}
28-
2926
## The dump command
3027

3128
dump [options] [persist_file]
@@ -59,11 +56,14 @@ To use the `add` command: use `persist-tool dump` to print the content of the cu
5956

6057
The `add` command has the following options:
6158
* `--help` or `-?`
62-
Display a brief help message.
59+
60+
Display a brief help message.
6361
* `--output-dir=<directory>` or `-o`
64-
Required parameter. The directory where the persist file is located at. The name of the persist file stored in this directory must be syslog-ng.persist.
62+
63+
Required parameter. The directory where the persist file is located at. The name of the persist file stored in this directory must be syslog-ng.persist.
6564
* `--persist-name=<filename>` or `-p`
66-
Optional parameter. The name of the persist file to generate. Default value: syslog-ng.persist.
65+
66+
Optional parameter. The name of the persist file to generate. Default value: syslog-ng.persist.
6767

6868
### Example: add dump_persist
6969

0 commit comments

Comments
 (0)