From: Zdeněk Šustr Date: Mon, 8 Aug 2011 11:47:32 +0000 (+0000) Subject: Explanation of CMDline option -S given in -h output actually fixed :-) X-Git-Tag: merge_jobhistory_head_src~19 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9fbd701ed51d2d59d6ffaeeca8d58e0f5ce3f8bb;p=jra1mw.git Explanation of CMDline option -S given in -h output actually fixed :-) --- diff --git a/org.glite.lb.client/src/notify.c b/org.glite.lb.client/src/notify.c index 05dcd40..51c382d 100644 --- a/org.glite.lb.client/src/notify.c +++ b/org.glite.lb.client/src/notify.c @@ -50,7 +50,7 @@ static void usage(char *cmd) me); } if ( !cmd || !strcmp(cmd, "new") ) - fprintf(stderr,"\n'new' command usage: %s new [ { -s socket_fd | -a fake_addr } -t requested_validity -j jobid { -o owner | -O } -n network_server -v virtual_organization --states state1,state2,... -c -S -J -B -T -E -f flags]\n" + fprintf(stderr,"\n'new' command usage: %s new [ { -s socket_fd | -a fake_addr } -t requested_validity -j jobid { -o owner | -O } -n network_server -v virtual_organization --state state1,state2,... -c -J -B -T -E -f flags]\n" " jobid Job ID to connect notif. reg. with\n" " owner Match this owner DN\n" " requested_validity Validity of notification req. in seconds\n"