X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=9aac447aac72ff84a6447df6d3bb9b2223c9a0ca;hb=301be453975067183367ea8c29069476bf1b45ff;hp=4f3a22748ec81f1f8393451bce9a62a8fbbe88a4;hpb=49b52ead6d48488a4c1f90f372564c834da803cb;p=ppastats.git diff --git a/src/main.c b/src/main.c index 4f3a227..9aac447 100644 --- a/src/main.c +++ b/src/main.c @@ -99,43 +99,44 @@ static struct option long_options[] = { static void print_version() { printf("ppastats %s\n", VERSION); - printf(_("Copyright (C) %s jeanfi@gmail.com\n\ -License GPLv2: GNU GPL version 2 or later \ -\n\ -This is free software: you are free to change and redistribute it.\n\ -There is NO WARRANTY, to the extent permitted by law.\n"), - "2011-2012"); + 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" +"There is NO WARRANTY, to the extent permitted by law.\n"), + "2011-2012"); } static void print_help() { printf(_("Usage: %s [OPTION]... PPA_OWNER PPA_NAME\n"), program_name); - puts(_("ppastats is a command application" - " for generating PPA statistics.\n")); + 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 an HTML page containing a graph " - "representation.")); + 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\n" +" -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).")); + puts(_( +" -s, --status=[STATUS] retrieves only package of the given status\n" +" (possible values are: Pending, Published,\n" +" Superseded, Deleted or Obsolete).")); - puts(_("\ - -S, --skip-js-css skip installation of js and css files")); + puts(_( +" -S, --skip-js-css skip installation of js and css files")); puts(""); printf(_("Report bugs to: %s\n"), PACKAGE_BUGREPORT);