From 005ab0a7008b9dd2205e715e472f2c8fb23ed25b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 8 Aug 2011 12:42:42 +0000 Subject: [PATCH] Explanation of new options for glite-lb-notify Fixed '--state' vs. '--states' mismatch --- org.glite.lb.doc/src/notify.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.doc/src/notify.tex b/org.glite.lb.doc/src/notify.tex index e52a825..c65234f 100644 --- a/org.glite.lb.doc/src/notify.tex +++ b/org.glite.lb.doc/src/notify.tex @@ -55,7 +55,7 @@ For action \verb'new', command usage is: \begin{verbatim} glite-lb-notify 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 -f flags] + -v virtual_organization --state state1,state2,... -c -J -B -T -E -f flags] \end{verbatim} For action \verb'bind', command usage is: @@ -94,8 +94,12 @@ where \texttt{ -i timeout} & timeout to receive operation in seconds \\ \texttt{ -f field1,field2,...} & list of status fields to print (only owner by default) \\ \texttt{ -c} & notify only on job state change \\ -\texttt{ -S, --state state1,state2,...} & match on events resulting in listed states \\ +\texttt{ -S, -{}-state state1,state2,...} & match on events resulting in listed states \\ \texttt{ -r} & refresh automatically the notification registration while receiving data\\ +\texttt{ -J, -{}-jdl} & Attach JDL to job status being returned \\ +\texttt{ -B, -{}-bootstrap} & Also send past events matching conditions \\ +\texttt{ -T, -{}-terminal} & Notify only when a job reaches terminal state \\ +\texttt{ -E, -{}-summary} & Same as \texttt{-T} plus attach a summary of all job's events \\ \end{tabularx} For additional information see also manual page glite-lb-notify(1). -- 1.8.2.3