diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-10-13 16:16:24 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-10-13 16:16:24 +0200 |
commit | e2c176a084f46fcc235ae1bb69dda6965c4e80a2 (patch) | |
tree | f4ee271bfbd60b41ffc2b6e5677d9f1e737f9d04 /exp/README.md | |
parent | d38e6e0cf5a9790f4e774f6900c4b02a62e9e034 (diff) | |
download | dna-backup-e2c176a084f46fcc235ae1bb69dda6965c4e80a2.tar.gz dna-backup-e2c176a084f46fcc235ae1bb69dda6965c4e80a2.zip |
add option to configure SKIP_CHECK in exp
Diffstat (limited to 'exp/README.md')
-rw-r--r-- | exp/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exp/README.md b/exp/README.md index 2ad6ece..f739e46 100644 --- a/exp/README.md +++ b/exp/README.md @@ -4,7 +4,7 @@ ```bash # run experiences -make [SKIP_COMMITS=<count>] [MAX_VERSION=<count>] [RANGE=<range>] +make [SKIP_COMMITS=<count>] [SKIP_CHECK=<count>] [MAX_VERSION=<count>] [RANGE=<range>] # clean results make mostlyclean @@ -21,5 +21,6 @@ make clean By default: - `SKIP_COMMITS` = 0 +- `SKIP_CHECK` = 4 - `MAX_VERSION` = 5 - `RANGE` = daily |