]> www.vanbest.org Git - tv_grab_nl_java/commitdiff
better describe --quiet flag
authorJan-Pascal van Best <janpascal@vanbest.org>
Wed, 2 May 2012 11:12:11 +0000 (13:12 +0200)
committerJan-Pascal van Best <janpascal@vanbest.org>
Wed, 2 May 2012 11:12:11 +0000 (13:12 +0200)
README
src/main/java/org/vanbest/xmltv/Main.java

diff --git a/README b/README
index 63d074c34cf0a23e9fc9005c4aed273846d1ff37..1c8dce050807f8b6854eafa674e1e04c35db85c5 100644 (file)
--- a/README
+++ b/README
@@ -107,10 +107,9 @@ Beschikbare opties:
 --config-file <arg>   Configuration file location
 --cache <arg>         Cache file location
 --clear-cache         Verwijder gecachede programmagegevens
---log-level <arg>     Set log level (0x0100=JSON)
 --configure           Interactive configuration
 --output <arg>        Set xlmtv output filename
---quiet               Be quiet
+--quiet               Disable progress display. Also set log-level to ERROR.
 --log-level           Zet het logging-level. Defaultwaarde is INFO, andere mogelijkheden zijn
                                          ERROR,WARN,INFO,DEBUG en TRACE
 --offset <arg>        Start day for grabbing (0=today)
index 935f4f43ce6aedace10fba2c6390c4de51603b7e..dfeeadf4ee4c80518b7a8e9779b313da9bd71290 100644 (file)
@@ -302,7 +302,7 @@ public class Main {
                                        .create())
                                .addOption(OptionBuilder
                                                .withLongOpt("quiet")
-                                               .withDescription("Be quiet")
+                                               .withDescription("Disable progress information. Also set log-level to ERROR")
                                                .create())
                                .addOption(OptionBuilder
                                                .withLongOpt("output")