[help-fsck] Added fsck documentation to help menu

This commit is contained in:
ayakael 2018-04-15 22:38:53 -04:00
parent 90ddcd930c
commit f9ba957d8d
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026
2 changed files with 15 additions and 2 deletions

13
help/fsck Normal file
View file

@ -0,0 +1,13 @@
Usage: dam [<options>] fsck </path/to/target>
Performs a series of tests on target's database file. When no options specified, it goes through all tests.
Options
--nonexistent-ids
Performs test that checks for tracks row that point to non-existent path
--deployed-ids
Performs test that checks if all flac files present in target is accounted for in database
--metadata
Performs test that checks if metadata is up to date with git directory

View file

@ -15,5 +15,5 @@ Commands
Include tracks based on conditions (see dam --help conditions for more information)
du </path/to/target>
Prints total projected disk usage of currently selected tracks
fsck </path/to/target>
Does a series of tests on target's database file
fsck [<options>] </path/to/target>
Performs a series of tests on target's database file