From: Miloš Mulač Date: Thu, 3 May 2007 09:16:23 +0000 (+0000) Subject: -P option - register PBS jobtype X-Git-Tag: gridsite-core_R_1_5_0~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=1e000aae340da7a76d19d4064ab489675d129157;p=jra1mw.git -P option - register PBS jobtype --- diff --git a/org.glite.lb.client/examples/job_reg.c b/org.glite.lb.client/examples/job_reg.c index 4af5a5b..f8dd497 100644 --- a/org.glite.lb.client/examples/job_reg.c +++ b/org.glite.lb.client/examples/job_reg.c @@ -14,7 +14,7 @@ extern int opterr,optind; static void usage(char *me) { - fprintf(stderr,"usage: %s [-m bkserver] [-x] [-j dg_jobid] [-s source_id] [-n num_subjobs [-S][-C]] [-l jdl_file] [-e seed]\n", me); + fprintf(stderr,"usage: %s [-m bkserver] [-x] [-j dg_jobid] [-s source_id] [-n num_subjobs [-S][-C]] [-P] [-l jdl_file] [-e seed]\n", me); } int main(int argc, char *argv[])