X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=2314f817235a08d84e526571d4d565e84ec05752;hb=d0059fa2611c9db88dd365b77ce49c04d2102de3;hp=f7b615ac3c983b645fd4c1a6385e1502f412dd0f;hpb=91119f38b1102166475467dc0cee470bac61f01c;p=ppastats.git diff --git a/src/main.c b/src/main.c index f7b615a..2314f81 100644 --- a/src/main.c +++ b/src/main.c @@ -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);