From e9f9562a4ec07d6036ce9e55b96a1d4a9be614e4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 3 Sep 2011 16:09:38 +0000 Subject: [PATCH] added manpage --- src/ppastats.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/ppastats.1 diff --git a/src/ppastats.1 b/src/ppastats.1 new file mode 100644 index 0000000..cb4bda0 --- /dev/null +++ b/src/ppastats.1 @@ -0,0 +1,36 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4. +.TH PPASTATS "1" "September 2011" "ppastats 0.0.4" "User Commands" +.SH NAME +ppastats \- PPA Statistics command line tool +.SH SYNOPSIS +.B ppastats +[\fIOPTION\fR]... \fIPPA_OWNER PPA_NAME\fR +.SH DESCRIPTION +ppastats is a command application for generating PPA statistics. +.PP +Prints number of downloads for each published packages of a PPA or generates an HTML page containing a graph representation. +.SH OPTIONS +.TP +\fB\-h\fR, \fB\-\-help\fR +display this help and exit +.TP +\fB\-v\fR, \fB\-\-version\fR +display version information and exit +.TP +\fB\-o\fR, \fB\-\-output_dir\fR=\fI[PATH]\fR +generates HTML pages into 'PATH'. +.TP +\fB\-s\fR, \fB\-\-status\fR=\fI[STATUS]\fR +retrieves only package of the given status +(possible values are: Pending, Published, +Superseded, Deleted or Obsolete). +.SH "REPORTING BUGS" +Report bugs to: jeanfi@gmail.com +.PP +ppastats home page: +.SH COPYRIGHT +Copyright \(co 2010\-2011 jeanfi@gmail.com +License GPLv2: GNU GPL version 2 or later +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. -- 2.7.4