Lines Matching refs:_cupsLangPuts
748 _cupsLangPuts(stdout, _("Usage: lp [options] [--] [file(s)]\n" in usage()
750 _cupsLangPuts(stdout, _("Options:")); in usage()
751 _cupsLangPuts(stdout, _("-c Make a copy of the print file(s)")); in usage()
752 _cupsLangPuts(stdout, _("-d destination Specify the destination")); in usage()
753 _cupsLangPuts(stdout, _("-E Encrypt the connection to the server")); in usage()
754 _cupsLangPuts(stdout, _("-h server[:port] Connect to the named server and port")); in usage()
755 _cupsLangPuts(stdout, _("-H HH:MM Hold the job until the specified UTC time")); in usage()
756 _cupsLangPuts(stdout, _("-H hold Hold the job until released/resumed")); in usage()
757 _cupsLangPuts(stdout, _("-H immediate Print the job as soon as possible")); in usage()
758 _cupsLangPuts(stdout, _("-H restart Reprint the job")); in usage()
759 _cupsLangPuts(stdout, _("-H resume Resume a held job")); in usage()
760 _cupsLangPuts(stdout, _("-i id Specify an existing job ID to modify")); in usage()
761 …_cupsLangPuts(stdout, _("-m Send an email notification when the job completes… in usage()
762 _cupsLangPuts(stdout, _("-n num-copies Specify the number of copies to print")); in usage()
763 _cupsLangPuts(stdout, _("-o option[=value] Specify a printer-specific option")); in usage()
764 _cupsLangPuts(stdout, _("-o job-sheets=standard Print a banner page with the job")); in usage()
765 _cupsLangPuts(stdout, _("-o media=size Specify the media size to use")); in usage()
766 …_cupsLangPuts(stdout, _("-o number-up=N Specify that input pages should be printed N-up (… in usage()
767 _cupsLangPuts(stdout, _("-o orientation-requested=N\n" in usage()
769 …_cupsLangPuts(stdout, _("-o print-quality=N Specify the print quality - draft (3), normal (4)… in usage()
770 _cupsLangPuts(stdout, _("-o sides=one-sided Specify 1-sided printing")); in usage()
771 _cupsLangPuts(stdout, _("-o sides=two-sided-long-edge\n" in usage()
773 _cupsLangPuts(stdout, _("-o sides=two-sided-short-edge\n" in usage()
775 _cupsLangPuts(stdout, _("-P page-list Specify a list of pages to print")); in usage()
776 …_cupsLangPuts(stdout, _("-q priority Specify the priority from low (1) to high (100)")… in usage()
777 _cupsLangPuts(stdout, _("-s Be silent")); in usage()
778 _cupsLangPuts(stdout, _("-t title Specify the job title")); in usage()
779 …_cupsLangPuts(stdout, _("-U username Specify the username to use for authentication")); in usage()