debianmacno-cups
Last change
on this file since eafb5c5 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:
1.2 KB
|
Line | |
---|
1 | .TH gutenbach-client-config 1 "27 June 2010" |
---|
2 | .SH NAME |
---|
3 | gutenbach-client-config \- displays a remote Gutenbach queue |
---|
4 | .SH SYNOPSIS |
---|
5 | .B gutenbach-client-config |
---|
6 | [-l|--list|-a|--add|-d|--delete|-s|--set-default] [\fIQUEUE\fR] [--host \fIHOST\fR] |
---|
7 | .SH DESCRIPTION |
---|
8 | Provides options to add, remove, or list remote Gutenbach queues. The |
---|
9 | list of queues is stored in the |
---|
10 | .B $HOME/.gutenbach |
---|
11 | directory, with a separate file for each queue. This means that it is |
---|
12 | not necessary for the local representation of a remote queue to have |
---|
13 | the same name as the remote queue: for example, there could be a file |
---|
14 | in the config directory called "sipb", whose contents specify the |
---|
15 | remote to be "sipbmp3". Then, when using other commands such as |
---|
16 | .BR gbr , |
---|
17 | .BR gbq , |
---|
18 | or |
---|
19 | .BR gbrm , |
---|
20 | you would use "sipb" instead of "sipbmp3". |
---|
21 | .TP |
---|
22 | \fB\-l\fR, \fB\-\-list\fR |
---|
23 | List available queues |
---|
24 | .TP |
---|
25 | \fB\-a\fR, \fB\-\-add\fR QUEUE |
---|
26 | Add a remote queue. Must be used in conjunction with |
---|
27 | .B --host |
---|
28 | .TP |
---|
29 | \fB\-d\fR, \fB\-\-delete\fR QUEUE |
---|
30 | Delete a remote queue. Must be used in conjunction with |
---|
31 | .B --host |
---|
32 | . |
---|
33 | .TP |
---|
34 | \fB\-h\fR, \fB\-\-host\fR HOST |
---|
35 | Hostname for the queue |
---|
36 | .TP |
---|
37 | \fB\-s\fR, \fB\-\-set\-default\fR QUEUE |
---|
38 | Set the default queue |
---|
39 | .SH SEE ALSO |
---|
40 | gbr(1), gbrm(1), gbq(1) |
---|
41 | .SH AUTHOR |
---|
42 | Jessica Hamrick <jhamrick@mit.edu> |
---|
Note: See
TracBrowser
for help on using the repository browser.