X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=scheduler%2Fmain.c;h=d043875cc46a09d1ededadbc78542f06c9921f22;hp=de285fe30c6523e7a11b503fa636f00135e12fdd;hb=84315f460a5c9eb38f7fcc4204acf98ed2b29406;hpb=82f972324ddde683be8a6d302f9937532ab0cf81 diff --git a/scheduler/main.c b/scheduler/main.c index de285fe30..d043875cc 100644 --- a/scheduler/main.c +++ b/scheduler/main.c @@ -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); }