From 5c3b268715875b3c13c501a28dd7411a90dd00c0 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:31:49 -0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a4a5509..ae23126 100644 --- a/README.md +++ b/README.md @@ -200,13 +200,15 @@ $ bin/update-formats.sh ### TLD Update Utility Usage ```txt 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. - -q,--quiet: Print less messages. - --force-php: Creating the PHP format file is mandatory. - --skip-php: Always skip creating the PHP format file +-h,--help: Print a help message and exit. +-q,--quiet: Print only critical messages. + +format file options: + --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