Update README.md

This commit is contained in:
Chuck 2023-03-14 01:39:18 -04:00 committed by GitHub
parent 07fd79339d
commit d2639c89e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ It is a simple menu-driven utility with a command line backend.
Command names may be upper/lower case and may also be abbreviated (4 character minimum). Command names may be upper/lower case and may also be abbreviated (4 character minimum).
The following commands (or their number), listed in alphabetical order, are accepted as input. The following commands (or their number), listed in alphabetical order, are accepted as input.
```
AUTO(matic) - Automatically check, repair/optimize, and reindex the databases in one step. AUTO(matic) - Automatically check, repair/optimize, and reindex the databases in one step.
CHEC(k) - Check the main and blob databases integrity CHEC(k) - Check the main and blob databases integrity
EXIT - Exit the utility EXIT - Exit the utility
@ -36,14 +36,14 @@ It is a simple menu-driven utility with a command line backend.
STOP - Stop PMS (not available on all platforms) STOP - Stop PMS (not available on all platforms)
UNDO - UNDO the last operation UNDO - UNDO the last operation
VACU(um) - Vacuum the databases VACU(um) - Vacuum the databases
```
### The menu ### The menu
The menu gives you the option to enter either a 'command number' or the 'command name/abbreviation'. The menu gives you the option to enter either a 'command number' or the 'command name/abbreviation'.
For clarity, each command's name is 'quoted'. For clarity, each command's name is 'quoted'.
```
Plex Media Server Database Repair Utility (_host_configuration_name_) Plex Media Server Database Repair Utility (_host_configuration_name_)
Version v1.0 Version v1.0
@ -83,7 +83,7 @@ It is a simple menu-driven utility with a command line backend.
6. QNAP (QTS & QuTS) 6. QNAP (QTS & QuTS)
7. Synology (DSM 6 & DSM 7) 7. Synology (DSM 6 & DSM 7)
8. Western Digital (OS5) 8. Western Digital (OS5)
```
# Installation # Installation
Where to place the utility varies from host to host. Where to place the utility varies from host to host.