normalize #include
[ppastats.git] / src / main.c
index 83939dd..4c84444 100644 (file)
 #include <stdio.h>
 #include <string.h>
 
-#include "cache.h"
+#include <cache.h>
+#include <config.h>
 #include <fcache.h>
-#include "html.h"
-#include "http.h"
-#include "lp_ws.h"
-#include "config.h"
+#include <html.h>
+#include <http.h>
+#include <lp_ws.h>
 #include <pio.h>
 #include <plog.h>
-#include "ppastats.h"
+#include <ppastats.h>
 
 static const char *program_name;
 
@@ -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"