Changeset 7cdd65d for client/bin/gbrm.1


Ignore:
Timestamp:
Aug 14, 2010, 9:30:39 PM (14 years ago)
Author:
Kyle Brogle <broglek@…>
Branches:
master, debian, mac, no-cups
Children:
618236b, 9dee329
Parents:
55b24d1
git-author:
Kyle Brogle <broglek@…> (08/14/10 21:30:39)
git-committer:
Kyle Brogle <broglek@…> (08/14/10 21:30:39)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/bin/gbrm.1

    rd768767 r7cdd65d  
    44.SH SYNOPSIS
    55.B gbrm
    6 \fIQUEUE\fR [all|current|\fIID\fR]
     6[-q \fIQUEUE\fR] [all|current|\fIID\fR]
    77.SH DESCRIPTION
    88Removes a single job from a Gutenbach queue, given the job id, which
     
    1919queue.  The queue must have previously been added with
    2020.B gutenbach-client-config
    21 so that gbrm knows which host to use.
     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.
    2224.SH SEE ALSO
    2325gbr(1), gbq(1), gutenbach-client-config(1)
Note: See TracChangeset for help on using the changeset viewer.