From d6abb0374802fe8f7941d3ddf6677554c06c63e9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 14 May 2011 07:37:34 +0000 Subject: [PATCH] fixed usage added description information --- src/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 4cd5bab..bf46ab2 100644 --- a/src/main.c +++ b/src/main.c @@ -80,11 +80,14 @@ 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."); + puts("Prints number of downloads for each published packages of a PPA " + "or generates an HTML containing a graph representation."); + puts(""); puts("Options:"); puts("\ -- 2.7.4