-P option - register PBS jobtype
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 May 2007 09:16:23 +0000 (09:16 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 May 2007 09:16:23 +0000 (09:16 +0000)
org.glite.lb.client/examples/job_reg.c

index 4af5a5b..f8dd497 100644 (file)
@@ -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[])