publish 2.3.0
This commit is contained in:
parent
54013bc344
commit
3ec18ba976
23
README.md
23
README.md
@ -45,22 +45,23 @@ chkbit will
|
||||
Run `chkbit PATH` to verify only.
|
||||
|
||||
```
|
||||
usage: chkbit [-h] [-u] [--algo ALGO] [-f] [-i] [-w N] [-q] [-v] [PATH ...]
|
||||
usage: chkbit.py [-h] [-u] [--algo ALGO] [-f] [-i] [-s] [-w N] [-q] [-v] [PATH ...]
|
||||
|
||||
Checks the data integrity of your files. See https://github.com/laktak/chkbit-py
|
||||
|
||||
positional arguments:
|
||||
PATH directories to check
|
||||
PATH directories to check
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-u, --update update indices (without this chkbit will only verify files)
|
||||
--algo ALGO hash algorithm: md5, sha512
|
||||
-f, --force force update of damaged items
|
||||
-i, --verify-index verify files in the index only (will not report new files)
|
||||
-w N, --workers N number of workers to use, default=5
|
||||
-q, --quiet quiet, don't show progress/information
|
||||
-v, --verbose verbose output
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
-u, --update update indices (without this chkbit will only verify files)
|
||||
--algo ALGO hash algorithm: md5, sha512
|
||||
-f, --force force update of damaged items
|
||||
-i, --verify-index verify files in the index only (will not report new files)
|
||||
-s, --skip-symlinks do not follow symlinks
|
||||
-w N, --workers N number of workers to use, default=5
|
||||
-q, --quiet quiet, don't show progress/information
|
||||
-v, --verbose verbose output
|
||||
|
||||
Status codes:
|
||||
DMG: error, data damage detected
|
||||
|
Loading…
x
Reference in New Issue
Block a user