]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/main.c
Merge changes from CUPS 1.5svn-r9641
[thirdparty/cups.git] / scheduler / main.c
index de285fe30c6523e7a11b503fa636f00135e12fdd..d043875cc46a09d1ededadbc78542f06c9921f22 100644 (file)
@@ -2245,14 +2245,15 @@ usage(int status)                       /* O - Exit status */
 
   _cupsLangPuts(fp, _("Usage: cupsd [options]"));
   _cupsLangPuts(fp, _("Options:"));
-  _cupsLangPuts(fp, _("-c config-file      Load alternate configuration "
+  _cupsLangPuts(fp, _("  -c config-file          Load alternate configuration "
+                      "file."));
+  _cupsLangPuts(fp, _("  -f                      Run in the foreground."));
+  _cupsLangPuts(fp, _("  -F                      Run in the foreground but "
+                      "detach from console."));
+  _cupsLangPuts(fp, _("  -h                      Show this usage message."));
+  _cupsLangPuts(fp, _("  -l                      Run cupsd from launchd(8)."));
+  _cupsLangPuts(fp, _("  -t                      Test the configuration "
                       "file."));
-  _cupsLangPuts(fp, _("-f                  Run in the foreground."));
-  _cupsLangPuts(fp, _("-F                  Run in the foreground but detach "
-                      "from console."));
-  _cupsLangPuts(fp, _("-h                  Show this usage message."));
-  _cupsLangPuts(fp, _("-l                  Run cupsd from launchd(8)."));
-  _cupsLangPuts(fp, _("-t                  Test the configuration file."));
 
   exit(status);
 }