.SH SYNOPSIS
.nf
.fam C
-\fBdriverless\fP [\fB-h\fP | \fB--help\fP | \fB--version\fP] [\fB-d\fP | \fB-v\fP | \fB--debug\fP] [\fBlist\fP] [\fB_ipps._tcp\fP] [\fB_ipp._tcp\fP] | [\fBcat\fP \fIdriver URI\fP] | [\fIIPP printer URI\fP]
+\fBdriverless\fP [\fB-h\fP | \fB--help\fP | \fB--version\fP] [\fB-d\fP | \fB-v\fP | \fB--debug\fP] [\fBlist\fP] [\fB_ipps._tcp\fP] [\fB_ipp._tcp\fP] [\fB--std-ipp-uris\fP] | [\fBcat\fP \fIdriver URI\fP] | [\fIIPP printer URI\fP]
.fam T
.fi
Check for only IPP printers supporting driverless printing .
.TP
.B
+\fB--std-ipp-uris\fP
+Show URIS in standard form
+.TP
+.B
\fBcat\fP \fIdriver URI\fP
Generate the PPD file for the supplied \fIdriver URI\fP from the output of "list"
(to be used by CUPS).
}else if (!strcasecmp(argv[i], "_ipp._tcp")) {
/* reg_type_no = 0 for IPP entries only*/
reg_type_no = 0;
- }else if (!strcasecmp(argv[i], "dns-sd-off")) {
+ }else if (!strcasecmp(argv[i], "--std-ipp-uris")) {
/* Show URIS in standard form */
exit(list_printers(-1,reg_type_no));
}else if (!strncasecmp(argv[i], "cat", 3)) {
" used by CUPS).\n"
" _ipps._tcp Check for only IPPS printers supporting driverless printing\n"
" _ipp._tcp Check for only IPP printers supporting driverless printing\n"
- " dns-sd-off Show URIS in standard form\n"
+ " --std-ipp-uris Show URIS in standard form\n"
" cat <driver URI> Generate the PPD file for the driver URI\n"
" <driver URI> (to be used by CUPS).\n"
" <printer URI> Generate the PPD file for the IPP/IPPS printer URI\n"