diff options
author | emkael <emkael@tlen.pl> | 2020-06-03 01:31:46 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-06-03 01:31:46 +0200 |
commit | 2f467e071d8398887a797cd52655a67d474fbf59 (patch) | |
tree | 491607c3a243deece92d40013bb20b8c64a55eed | |
parent | dd7b393f818fcf888f87866ddacba89f2635f506 (diff) |
Dump conversion docs
-rw-r--r-- | fetcher/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetcher/README.md b/fetcher/README.md index ea0c693..6506c58 100644 --- a/fetcher/README.md +++ b/fetcher/README.md @@ -26,7 +26,7 @@ Usage Just run `fetcher.sh`. -The script takes no arguments. +The script takes an optional `dump` argument. If present, MySQL dump is converted into SQLite3-compatible dump (hopefully) - but only if there's a new version on the dump. Under the hood ============== |