]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
driverless: Correct line wrapping in help output
authorTill Kamppeter <till.kamppeter@gmail.com>
Mon, 10 Aug 2020 08:14:42 +0000 (10:14 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Thu, 20 Aug 2020 20:23:02 +0000 (22:23 +0200)
(cherry picked from commit ab170fd82b41db57ec0f9ee87e3e5abe96b04c27)

utils/driverless.c

index 6b0b687bd95cc7ed63505f7bd0f1c472d95d3ef9..251c55e011d26a1a41088f5ec176e45d17198ba9 100644 (file)
@@ -855,18 +855,20 @@ int main(int argc, char*argv[]) {
          "  -v\n"
          "  --debug                 Debug/verbose mode.\n"
          "  list                    List the driver URIs and metadata for all available\n"
-         "                          IPP/IPPS printers supporting driverless printing (to be\n"
-         "                          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"
-    "  --std-ipp-uris          Show URIS in standard form\n"
+         "                          IPP/IPPS printers supporting driverless printing\n"
+         "                          (to be used by CUPS).\n"
+         "  _ipps._tcp              Check for only IPPS printers supporting driverless\n"
+         "                          printing\n"
+         "  _ipp._tcp               Check for only IPP printers supporting driverless\n"
+         "                          printing\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"
          "                          <printer URI>.\n"
          "\n"
-         "When called without options, the IPP/IPPS printer URIs of all available IPP/IPPS printers\n"
-         "will be listed.\n\n"
+         "When called without options, the IPP/IPPS printer URIs of all available\n"
+         "IPP/IPPS printers will be listed.\n\n"
          );
 
   return 1;