Changeset e83b2d7 for client/bin/gbrm.1


Ignore:
Timestamp:
Oct 2, 2010, 10:42:45 PM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups
Children:
618236b, 1c3f290
Parents:
43ddb7a
git-author:
Jessica B. Hamrick <jhamrick@…> (10/02/10 22:42:45)
git-committer:
Jessica B. Hamrick <jhamrick@…> (10/02/10 22:42:45)
Message:

Updated manpages to reflect recent client script changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/bin/gbrm.1

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