Index: cupsfilter.c =================================================================== --- cupsfilter.c (revision 8977) +++ cupsfilter.c (working copy) @@ -306,6 +306,15 @@ usage(command, opt); break; + case 'q' : /* Specify queue... */ + case 'Q' : /* Specify queue... */ + i ++; + if (i < argc) + printer = argv[i]; + else + usage(command, opt); + break; + case 't' : /* Specify title... */ case 'J' : /* Specify title... */ i ++; @@ -1323,6 +1332,7 @@ " -n copies Set number of copies\n" " -o name=value Set option(s)\n" " -p filename.ppd Set PPD file\n" + " -q queuename Set effective queue name\n" " -t title Set title\n")); else _cupsLangPuts(stdout, @@ -1336,6 +1346,7 @@ " -i mime/type Set input MIME type (otherwise auto-typed)\n" " -j mime/type Set output MIME type (otherwise application/pdf)\n" " -P filename.ppd Set PPD file\n" + " -Q queuename Set effective queue name\n" " -a 'name=value ...' Set option(s)\n" " -U username Set username for job\n" " -J title Set title\n"