Update README.md
This commit is contained in:
parent
6af38e1644
commit
5c3b268715
14
README.md
14
README.md
|
@ -200,13 +200,15 @@ $ bin/update-formats.sh
|
||||||
### TLD Update Utility Usage
|
### TLD Update Utility Usage
|
||||||
```txt
|
```txt
|
||||||
usage:
|
usage:
|
||||||
update-formats.sh [-h] | [-q][--skip-php]
|
update-formats.sh [-h]|[-q][format file options...]
|
||||||
|
|
||||||
options:
|
-h,--help: Print a help message and exit.
|
||||||
-h,--help: Print a help message and exit.
|
-q,--quiet: Print only critical messages.
|
||||||
-q,--quiet: Print less messages.
|
|
||||||
--force-php: Creating the PHP format file is mandatory.
|
format file options:
|
||||||
--skip-php: Always skip creating the PHP format file
|
--force-php: Creating the PHP format files is mandatory.
|
||||||
|
--skip-php: Always skip creating the PHP format files.
|
||||||
|
--skip-csv: Use existing tlds.csv and do not download new data from IANA.
|
||||||
```
|
```
|
||||||
|
|
||||||
### TLD Update Helpers
|
### TLD Update Helpers
|
||||||
|
|
Loading…
Reference in New Issue