From fbb5ccf7d0af26503982c0de70ecdcf0b987433e Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 31 Jan 2017 23:22:19 -0800 Subject: [PATCH] [README.1ST] Add verify depot to readme --- SabreTools.Helper/README.1ST | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/SabreTools.Helper/README.1ST b/SabreTools.Helper/README.1ST index 2f8166d7..33614fde 100644 --- a/SabreTools.Helper/README.1ST +++ b/SabreTools.Helper/README.1ST @@ -1012,6 +1012,27 @@ Options: to be hashed without possibly variant information. If a particular header skipper is defined, and that skipper exists, then it will be used instead of trying to find one that matches. + + -ved, --verify-depot Verify a depot against an input DAT + When used, this will use an input DAT or set of DATs to blindly check against an input + depot. This is based on the sort-depot code in which the base directories are assumed + to be romba-style depots. + + -dat= Name of the DAT to be used for the various options + The user-supplied DAT used to check which files need to be verified. Multiple + occurrences of this flag are allowed. + + -t=, --temp= Set the name of the temporary directory + Optionally, a temp folder can be supplied in the case the default temp directory + (inside the running folder) is not preferred. This is used for any operations that + require an archive to be extracted. + + -h=, --header= Remove headers from hash calculations + If this is set, then all files that have copier headers that are detected will + have them removed from the hash calculation. This will allow for a headered collection + to be hashed without possibly variant information. If a particular header skipper is + defined, and that skipper exists, then it will be used instead of trying to find one + that matches. ** Section 3.0 - Examples