From f9ba957d8df623cc27f8f5765a3c477eca9e4cfd Mon Sep 17 00:00:00 2001 From: ayakael Date: Sun, 15 Apr 2018 22:38:53 -0400 Subject: [PATCH] [help-fsck] Added fsck documentation to help menu --- help/fsck | 13 +++++++++++++ help/general | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 help/fsck diff --git a/help/fsck b/help/fsck new file mode 100644 index 0000000..f185b81 --- /dev/null +++ b/help/fsck @@ -0,0 +1,13 @@ +Usage: dam [] fsck + +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 + diff --git a/help/general b/help/general index 57a431d..8bf0304 100644 --- a/help/general +++ b/help/general @@ -15,5 +15,5 @@ Commands Include tracks based on conditions (see dam --help conditions for more information) du Prints total projected disk usage of currently selected tracks - fsck - Does a series of tests on target's database file + fsck [] + Performs a series of tests on target's database file