diff options
author | Kai Blin <kai@samba.org> | 2008-11-17 08:37:21 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-11-17 08:58:25 +0100 |
commit | 5e5ccab372035a4e46e83775f40fca1ae5542ada (patch) | |
tree | 8183b2df181d5813c8cc0cba8645262d7376c143 /source3/utils | |
parent | a19df195011f32ccd28451f00d0fe02e2c04d917 (diff) | |
download | samba-5e5ccab372035a4e46e83775f40fca1ae5542ada.tar.gz samba-5e5ccab372035a4e46e83775f40fca1ae5542ada.tar.xz samba-5e5ccab372035a4e46e83775f40fca1ae5542ada.zip |
net: Fix net rap printq info documentation (bug #5892)
Carsten Dumke <carsten@cdumke.de> reported and provided a patch
for v3.0 and v3.2. (See 0a7fb721cdc)
This fixes the same issue in v3.3 and also changes the auto-generated usage
information to give better help about net rap printq info.
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rap.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c index 570e951aee2..dd757abd1ac 100644 --- a/source3/utils/net_rap.c +++ b/source3/utils/net_rap.c @@ -612,7 +612,7 @@ int net_rap_printq_usage(struct net_context *c, int argc, const char **argv) d_printf( "net rap printq [misc. options] [targets]\n" "\tor\n" - "net rap printq list [<queue_name>] [misc. options] [targets]\n" + "net rap printq info [<queue_name>] [misc. options] [targets]\n" "\tlists the specified queue and jobs on the target server.\n" "\tIf the queue name is not specified, all queues are listed.\n\n"); d_printf( @@ -726,9 +726,10 @@ int net_rap_printq(struct net_context *c, int argc, const char **argv) "info", rap_printq_info, NET_TRANSPORT_RAP, - "Display info about print job", - "net rap printq info\n" - " Display info about print job" + "Display info about print queues and jobs", + "net rap printq info [queue]\n" + " Display info about print jobs in queue.\n" + " If queue is not specified, all queues are listed" }, { "delete", |