Update README.md

Remove duplicate in 'databases databases' descriptive clauses.
This commit is contained in:
Chuck 2024-06-24 17:33:37 -04:00 committed by GitHub
parent c0000079d7
commit 79f0153a96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ If sufficient privleges exist (root), and supported by the environment, the opti
3 - 'check' - Perform integrity check of database. 3 - 'check' - Perform integrity check of database.
4 - 'vacuum' - Remove empty space from database without optimizing. 4 - 'vacuum' - Remove empty space from database without optimizing.
5 - 'repair' - Repair/Optimize databases. 5 - 'repair' - Repair/Optimize databases.
6 - 'reindex' - Rebuild database database indexes. 6 - 'reindex' - Rebuild database indexes.
7 - 'start' - Start PMS 7 - 'start' - Start PMS
8 - 'import' - Import watch history from another database independent of Plex. (risky). 8 - 'import' - Import watch history from another database independent of Plex. (risky).
@ -321,7 +321,7 @@ Select
3 - 'check' - Perform integrity check of database. 3 - 'check' - Perform integrity check of database.
4 - 'vacuum' - Remove empty space from database without optimizing. 4 - 'vacuum' - Remove empty space from database without optimizing.
5 - 'repair' - Repair/Optimize databases. 5 - 'repair' - Repair/Optimize databases.
6 - 'reindex' - Rebuild database database indexes. 6 - 'reindex' - Rebuild database indexes.
7 - 'start' - Start PMS 7 - 'start' - Start PMS
8 - 'import' - Import watch history from another database independent of Plex. (risky). 8 - 'import' - Import watch history from another database independent of Plex. (risky).