source: client/bin/gbrm.1 @ 7cdd65d

debianmacno-cups
Last change on this file since 7cdd65d was 7cdd65d, checked in by Kyle Brogle <broglek@…>, 14 years ago

Implemented default queue in client scripts.
Queue argument now optional for gb{r,rm,q}, and also takes form of -q QUEUE
now.

gutenbach-client-config -sset-default QUEUE will set default queue

Updated manpages accordingly.

  • Property mode set to 100644
File size: 836 bytes
Line 
1.TH gbrm 1 "27 June 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
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.
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.