Lines Matching refs:_cupsLangPuts
7921 _cupsLangPuts(stdout, _("Usage: ippeveprinter [options] \"name\"")); in usage()
7922 _cupsLangPuts(stdout, _("Options:")); in usage()
7923 _cupsLangPuts(stdout, _("--help Show program help")); in usage()
7924 _cupsLangPuts(stdout, _("--no-web-forms Disable web forms for media and supplies")); in usage()
7925 _cupsLangPuts(stdout, _("--pam-service service Use the named PAM service")); in usage()
7926 _cupsLangPuts(stdout, _("--version Show program version")); in usage()
7927 …_cupsLangPuts(stdout, _("-2 Set 2-sided printing support (default=1-sided)")); in usage()
7928 _cupsLangPuts(stdout, _("-A Enable authentication")); in usage()
7929 _cupsLangPuts(stdout, _("-D device-uri Set the device URI for the printer")); in usage()
7930 _cupsLangPuts(stdout, _("-F output-type/subtype Set the output format for the printer")); in usage()
7932 …_cupsLangPuts(stdout, _("-K keypath Set location of server X.509 certificates and key… in usage()
7934 _cupsLangPuts(stdout, _("-M manufacturer Set manufacturer name (default=Test)")); in usage()
7935 _cupsLangPuts(stdout, _("-P filename.ppd Load printer attributes from PPD file")); in usage()
7936 _cupsLangPuts(stdout, _("-V version Set default IPP version")); in usage()
7937 _cupsLangPuts(stdout, _("-a filename.conf Load printer attributes from conf file")); in usage()
7938 _cupsLangPuts(stdout, _("-c command Set print command")); in usage()
7939 _cupsLangPuts(stdout, _("-d spool-directory Set spool directory")); in usage()
7940 _cupsLangPuts(stdout, _("-f type/subtype[,...] Set supported file types")); in usage()
7941 _cupsLangPuts(stdout, _("-i iconfile.png Set icon file")); in usage()
7942 _cupsLangPuts(stdout, _("-k Keep job spool files")); in usage()
7943 _cupsLangPuts(stdout, _("-l location Set location of printer")); in usage()
7944 _cupsLangPuts(stdout, _("-m model Set model name (default=Printer)")); in usage()
7945 _cupsLangPuts(stdout, _("-n hostname Set hostname for printer")); in usage()
7946 _cupsLangPuts(stdout, _("-p port Set port number for printer")); in usage()
7947 _cupsLangPuts(stdout, _("-r subtype,[subtype] Set DNS-SD service subtype")); in usage()
7948 _cupsLangPuts(stdout, _("-s speed[,color-speed] Set speed in pages per minute")); in usage()
7949 _cupsLangPuts(stdout, _("-v Be verbose")); in usage()