X-Git-Url: https://wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=6c3b508f960149ca7f2c8278bf09d747163207d3;hb=HEAD;hp=83939dd0803a81c94c4d9ad37f8031a8ba4819e4;hpb=6164094930a4a39af6262c31d87b19cd31ad326d;p=ppastats.git diff --git a/src/main.c b/src/main.c index 83939dd..6c3b508 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 jeanfi@gmail.com + * Copyright (C) 2011-2015 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -25,15 +25,15 @@ #include #include -#include "cache.h" +#include +#include #include -#include "html.h" -#include "http.h" -#include "lp_ws.h" -#include "config.h" +#include +#include +#include #include #include -#include "ppastats.h" +#include static const char *program_name; @@ -110,7 +110,7 @@ static void print_version() "\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"), - "2011-2014"); + "2011-2015"); } static void print_help() @@ -131,7 +131,7 @@ static void print_help() puts(""); puts(_(" -o, --output-dir=[PATH] generates HTML pages into 'PATH'")); - puts(_(" -t, --theme-dir=[PATH] set theme dir to 'PATH'")); + puts(_(" -t, --theme-dir=[PATH] set theme dir to 'PATH'")); puts(_( " -s, --status=[STATUS] retrieves only package of the given status\n"