• Home
  • Raw
  • Download

Lines Matching refs:_cupsLangPuts

430   _cupsLangPuts(stdout, _("Usage: lpr [options] [file(s)]"));  in usage()
431 _cupsLangPuts(stdout, _("Options:")); in usage()
432 _cupsLangPuts(stdout, _("-# num-copies Specify the number of copies to print")); in usage()
433 _cupsLangPuts(stdout, _("-E Encrypt the connection to the server")); in usage()
434 _cupsLangPuts(stdout, _("-H server[:port] Connect to the named server and port")); in usage()
435_cupsLangPuts(stdout, _("-m Send an email notification when the job completes… in usage()
436 _cupsLangPuts(stdout, _("-o option[=value] Specify a printer-specific option")); in usage()
437 _cupsLangPuts(stdout, _("-o job-sheets=standard Print a banner page with the job")); in usage()
438 _cupsLangPuts(stdout, _("-o media=size Specify the media size to use")); in usage()
439_cupsLangPuts(stdout, _("-o number-up=N Specify that input pages should be printed N-up (… in usage()
440 _cupsLangPuts(stdout, _("-o orientation-requested=N\n" in usage()
442_cupsLangPuts(stdout, _("-o print-quality=N Specify the print quality - draft (3), normal (4)… in usage()
443 _cupsLangPuts(stdout, _("-o sides=one-sided Specify 1-sided printing")); in usage()
444 _cupsLangPuts(stdout, _("-o sides=two-sided-long-edge\n" in usage()
446 _cupsLangPuts(stdout, _("-o sides=two-sided-short-edge\n" in usage()
448 _cupsLangPuts(stdout, _("-P destination Specify the destination")); in usage()
449 _cupsLangPuts(stdout, _("-q Specify the job should be held for printing")); in usage()
450 _cupsLangPuts(stdout, _("-r Remove the file(s) after submission")); in usage()
451 _cupsLangPuts(stdout, _("-T title Specify the job title")); in usage()
452_cupsLangPuts(stdout, _("-U username Specify the username to use for authentication")); in usage()