Fixed memory issue (patch submitted by Lekensteyn).
[ppastats.git] / src / main.c
index f7b615a..2314f81 100644 (file)
@@ -125,6 +125,11 @@ static void print_help()
   -o, --output_dir=[PATH]       \
 generates HTML pages into 'PATH'.");
 
+       puts("\
+  -s, --status=[STATUS]        retrieves only package of the given status\n\
+                               (possible values are: Pending, Published, \n\
+                               Superseded, Deleted or Obsolete).");
+
        puts("");
 
        printf("Report bugs to: %s\n", PACKAGE_BUGREPORT);