source: client/bin/gbrm.1

debianmacno-cups
Last change on this file was e83b2d7, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Updated manpages to reflect recent client script changes

  • Property mode set to 100644
File size: 1.0 KB
Line 
1.TH gbrm 1 "02 October 2010"
2.SH NAME
3gbrm \- removes jobs from a Gutenbach queue
4.SH SYNOPSIS
5.B gbrm
6[-q \fIQUEUE\fR] [all|current|\fIID\fR]
7.SH DESCRIPTION
8Removes a single job from a Gutenbach queue, given the job id, which
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
24.SH SEE ALSO
25gbr(1), gbq(1), gutenbach-client-config(1)
26.SH AUTHOR
27Jessica Hamrick <jhamrick@mit.edu>
Note: See TracBrowser for help on using the repository browser.