summaryrefslogtreecommitdiff
path: root/IPPTOOL.txt
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-11-06 05:13:04 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-11-06 05:13:04 +0000
commit10d09e334a4892cd5ed4e2a2a0f5bbe3c8c171ed (patch)
treecb980415b72e93a966ea00d60a18ace75533dcfd /IPPTOOL.txt
parent6c48a6cafc078a698d97c82c1dd69ac9f850c0ce (diff)
Merge changes from CUPS 1.5svn-r9352.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2848 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'IPPTOOL.txt')
-rw-r--r--IPPTOOL.txt36
1 files changed, 17 insertions, 19 deletions
diff --git a/IPPTOOL.txt b/IPPTOOL.txt
index c96822017..c13da01ae 100644
--- a/IPPTOOL.txt
+++ b/IPPTOOL.txt
@@ -1,24 +1,23 @@
-IPPTOOL.txt - 2010-04-07
+IPPTOOL.txt - 2010-10-17
------------------------
INTRODUCTION
- Starting with CUPS 1.5, CUPS now installs a user program called
- ipptool that can be used to send arbitrary IPP requests to a CUPS
- server or IPP printer. This tool started life as part of the CUPS
- automated test suite and has grown to support complex conformance
- tests and a simple way to query printer, job, and subscription
- attributes.
+ Starting with CUPS 1.5, CUPS now installs a user program called ipptool that
+ can be used to send arbitrary IPP requests to a CUPS server or IPP printer.
+ This tool started life as part of the CUPS automated test suite and has
+ grown to support complex conformance tests and a simple way to query
+ printer, job, and subscription attributes.
BASIC USAGE
- The ipptool command requires a printer URI and one or more "test"
- files that describe the operations, attributes to display, and
- expected status and attribute values. Several standard files are
- included with CUPS, for example to show a list of pending print jobs
- on a CUPS printer called "myprinter" you'd run:
+ The ipptool command requires a printer URI and one or more "test" files that
+ describe the operations, attributes to display, and expected status and
+ attribute values. Several standard files are included with CUPS, for example
+ to show a list of pending print jobs on a CUPS printer called "myprinter"
+ you'd run:
ipptool ipp://localhost/printers/myprinter get-jobs.test
@@ -31,8 +30,8 @@ BASIC USAGE
74 pending-held testfile.jpg msweet
75 pending-held testfile.txt msweet
- To get output suitable for import into a spreadsheet, use the "-c"
- (CSV) option:
+ To get output suitable for import into a spreadsheet, use the "-c" (CSV)
+ option:
ipptool -c ipp://localhost/printers/myprinter get-jobs.test
@@ -47,9 +46,8 @@ BASIC USAGE
CONFORMANCE TESTS
- We provide basic IPP conformance tests for IPP/1.1, IPP/2.0, and
- IPP/2.1. For a given printer URI, the following commands perform
- tests at each level:
+ We provide basic IPP conformance tests for IPP/1.1, IPP/2.0, and IPP/2.1.
+ For a given printer URI, the following commands perform tests at each level:
ipptool -t printer-uri ipp-1.1.test
ipptool -t -V 2.0 printer-uri ipp-2.0.test
@@ -58,8 +56,8 @@ CONFORMANCE TESTS
READING THE DOCUMENTATION
- The command usage is described in the ipptest(1) man page, while the
- file format is described in the ipptestfile(5) man page.
+ The command usage is described in the ipptest(1) man page, while the file
+ format is described in the ipptestfile(5) man page.
GETTING SUPPORT AND OTHER RESOURCES