From 79032b6cf2d9120e5a56f3d41e3ef2d538f26927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 8 Oct 2022 13:49:41 +0200 Subject: [PATCH] Update usage text in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8ccf314..90454a1 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,22 @@ On my [NanoPi NeoPlus2](http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO_Pl ```bash pihole_adlist_tool [options] -options: - -d [Num] Consider the last [Num] days (Default: 30). Enter 0 for all-time analysis. - -t [Num] Show top blocked domains. [Num] defines the number to show. - -s [total/domains/hits/unique] Set sorting order to total domains, domains covered, hits covered or unique covered domains DESC. (Default sorting: id ASC) - -u Show covered unique domains - -a Run in 'automatic mode'. No user input is required at all, assuming default choice would be to leave everything untouched. -le_adlist_tool's version. - -h Show this help dialog +Options: + -d [Num] Consider the last [Num] days (Default: 30). Enter 0 for all-time analysis. + -t [Num] Show top blocked domains. [Num] defines the number to show. + + -s [total/covered/hits/unique] Set sorting order to total (total domains) covered (domains covered), hits (hits covered) or unique (covered unique domains) DESC. (Default sorting: id ASC). + + -u Show covered unique domains. + + -a Run in 'automatic mode'. No user input is required at all, assuming default choice would be to leave everything untouched. + + -r Analyse RegEx as well. Depending on the amount of domains and RegEx this might take a while. Please note: Can only be used, if Pi-hole is NOT running in a Docker Container! + + -v Display pihole_adlist_tool's version. + + -h Show this help dialog. ``` ---