fixed build
[ppastats.git] / src / main.c
index 4cd5bab..0df293d 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*a
     Copyright (C) 2011 jeanfi@gmail.com
 
     This program is free software; you can redistribute it and/or modify
@@ -80,10 +80,13 @@ There is NO WARRANTY, to the extent permitted by law.\n",
 
 static void print_help()
 {
-       printf("Usage: %s [OPTION]...\n", program_name);
+       printf("Usage: %s [OPTION]... PPA_OWNER PPA_NAME\n", program_name);
 
        puts("ppastats is a command application"
-            " for generating PPA statistics.");
+            " for generating PPA statistics.\n");
+
+       puts("Prints number of downloads for each published packages of a PPA "
+            "or generates an HTML page containing a graph representation.");
 
        puts("");
        puts("Options:");