Change --description output to show just a single line, fixes #11
authorJan-Pascal van Best <janpascal@vanbest.org>
Tue, 11 Jun 2013 07:40:20 +0000 (09:40 +0200)
committerJan-Pascal van Best <janpascal@vanbest.org>
Tue, 11 Jun 2013 07:40:20 +0000 (09:40 +0200)
src/main/java/org/vanbest/xmltv/Main.java

index e16ffb6053fb96d4d262b4fafed5ab36a623528d..d6485f9a92a4e0bdcdde06da294d11519b05941d 100644 (file)
@@ -477,9 +477,7 @@ public class Main {
                        showLicense();
                        break;
                case ACTION_DESCRIPTION:
-                       showHeader();
-                       System.out.println();
-                       System.out.println("tv_grab_nl_java is a parser for Dutch TV listings using the tvgids.nl JSON interface");
+                       System.out.println("Dutch TV listings using tvgids.nl, rtl.nl and horizon.tv");
                        break;
                case ACTION_HELP:
                        // automatically generate the help statement