From 03afbf21a42fd2ee8d5d54e21fa9e948c3d6e883 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 7 May 2012 13:45:35 +0000 Subject: [PATCH] --- src/main.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/main.c b/src/main.c index 9aac447..ef215eb 100644 --- a/src/main.c +++ b/src/main.c @@ -99,8 +99,7 @@ static struct option long_options[] = { static void print_version() { printf("ppastats %s\n", VERSION); - printf(_( -"Copyright (C) %s jeanfi@gmail.com\n" + printf(_("Copyright (C) %s jeanfi@gmail.com\n" "License GPLv2: GNU GPL version 2 or later\n" "\n" "This is free software: you are free to change and redistribute it.\n" @@ -114,26 +113,23 @@ static void print_help() puts(_( "ppastats is a command application for generating PPA statistics.\n")); - puts(_( "Prints number of downloads for each published packages of a PPA or generates\n" "an HTML page containing a graph representation.")); puts(""); puts(_("Options:")); - puts(_( -" -h, --help display this help and exit\n" -" -v, --version display version information and exit")); + puts(_(" -h, --help display this help and exit")); + puts(_(" -v, --version display version information and exit")); puts(""); - puts(_( -" -o, --output-dir=[PATH] generates HTML pages into 'PATH'.")); + puts(_(" -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).")); +" Superseded, Deleted or Obsolete)")); puts(_( " -S, --skip-js-css skip installation of js and css files")); -- 2.7.4