From 570fd983694e154813de0a77a5de48d976491188 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Sun, 3 Sep 2006 15:52:58 +0000 Subject: [PATCH] cosmetics --- org.glite.lb.utils/src/statistics.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/org.glite.lb.utils/src/statistics.c b/org.glite.lb.utils/src/statistics.c index d70f7d3..6c34c4b 100644 --- a/org.glite.lb.utils/src/statistics.c +++ b/org.glite.lb.utils/src/statistics.c @@ -1,6 +1,6 @@ +#ident "$Header$" /* - * load and test L&B plugin - * + * loads L&B plugin to obtain statistics data from a dump file * (requires -rdynamic to use fake JP backend symbols) */ @@ -29,7 +29,7 @@ typedef int init_f(glite_jp_context_t ctx, glite_jpps_fplug_data_t *data); typedef void done_f(glite_jp_context_t ctx, glite_jpps_fplug_data_t *data); -static const char rcsid[] = "@(#)$$"; +static const char rcsid[] = "@(#)$Id$"; static int verbose = 0; static char *file = NULL; static int jdl = 0; @@ -49,15 +49,15 @@ static struct option const long_options[] = { static void usage(char *program_name) { fprintf(stdout,"LB statistics\n" - "- reads a dump file (one job only) \n" - "- and outputs an XML with statistics to stdout \n\n" - "Usage: %s [option]\n" - "-h, --help display this help and exit\n" - "-V, --version output version information and exit\n" - "-v, --verbose print extensive debug output to stderr\n" - "-f, --file dump file to process\n" + "- reads a dump file (one job only) \n" + "- and outputs an XML with statistics to stdout \n\n" + "Usage: %s [option]\n" + "-h, --help display this help and exit\n" + "-V, --version output version information and exit\n" + "-v, --verbose print extensive debug output to stderr\n" + "-f, --file dump file to process\n" "-j, --jdl prit also JDL in the XML\n\n", - program_name); + program_name); } /* -- 1.8.2.3