Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/bin/gbrm.1

    re83b2d7 r7cdd65d  
    1 .TH gbrm 1 "02 October 2010"
     1.TH gbrm 1 "27 June 2010"
    22.SH NAME
    33gbrm \- removes jobs from a Gutenbach queue
     
    77.SH DESCRIPTION
    88Removes a single job from a Gutenbach queue, given the job id, which
    9 can be obtained with the \fBgbq\fR command.  If no queue is specified
    10 with the \fB\-q\fR option, then the default queue will be used (which
    11 should be specified with \fBgutenbach-client-config\fR).  If \fBall\fR
    12 is used in place of an id, then all jobs are removed from the queue.
    13 If \fBcurrent\fR is used in place of an id, then the current (top) job
    14 is removed from the queue.  If \fBlast\fR is used in place of an id,
    15 then the last job is removed from the queue.  The queue must have
    16 previously been added with gutenbach-client-config so that gbrm knows
    17 which host to use.
    18 .TP
    19 \fB\-q\fR, \fB\-\-queue\fR
    20 Specify a queue other than the default
    21 .TP
    22 \fB\-h\fR, \fB\-\-help\fR
    23 Print the help message
     9can be obtained with the
     10.B gbq
     11command.  If
     12.B all
     13is used in place of an id, then all jobs are removed from the queue.  If
     14.B current
     15is used in place of an id, then the current (top) job is removed from
     16the queue.  If
     17.B last
     18is used in place of an id, then the last job is removed from the
     19queue.  The queue must have previously been added with
     20.B gutenbach-client-config
     21so that gbrm knows which host to use.  If no queue is specified,
     22.B gbr
     23will try to use the default queue, if one is configured.
    2424.SH SEE ALSO
    2525gbr(1), gbq(1), gutenbach-client-config(1)
Note: See TracChangeset for help on using the changeset viewer.