[help-fsck] Added fsck documentation to help menu
This commit is contained in:
parent
90ddcd930c
commit
f9ba957d8d
2 changed files with 15 additions and 2 deletions
13
help/fsck
Normal file
13
help/fsck
Normal 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
|
||||||
|
|
|
@ -15,5 +15,5 @@ Commands
|
||||||
Include tracks based on conditions (see dam --help conditions for more information)
|
Include tracks based on conditions (see dam --help conditions for more information)
|
||||||
du </path/to/target>
|
du </path/to/target>
|
||||||
Prints total projected disk usage of currently selected tracks
|
Prints total projected disk usage of currently selected tracks
|
||||||
fsck </path/to/target>
|
fsck [<options>] </path/to/target>
|
||||||
Does a series of tests on target's database file
|
Performs a series of tests on target's database file
|
||||||
|
|
Loading…
Reference in a new issue