1465 | | " -v | --version Prints pykotme's version number then exits.\n" |
1466 | | " -h | --help Prints this message then exits.\n" |
1467 | | " \n" |
1468 | | " -P | --printer p Gives a quote for this printer only. Actually p can\n" |
1469 | | " use wildcards characters to select only\n" |
1470 | | " some printers. The default value is *, meaning\n" |
1471 | | " all printers.\n" |
1472 | | " You can specify several names or wildcards, \n" |
1473 | | " by separating them with commas.\n" |
1474 | | " \n" |
1475 | | "examples : \n" |
1476 | | "\n" |
1477 | | " $ pykotme --printer apple file1.ps file2.ps\n" |
1478 | | " \n" |
1479 | | " This will give a print quote to the current user. The quote will show\n" |
1480 | | " the price and size of a job consisting in file1.ps and file2.ps \n" |
1481 | | " which would be sent to the apple printer.\n" |
1482 | | " \n" |
1483 | | " $ pykotme --printer apple,hplaser <file1.ps\n" |
1484 | | " \n" |
1485 | | " This will give a print quote to the current user. The quote will show\n" |
1486 | | " the price and size of a job consisting in file1.ps as read from\n" |
1487 | | " standard input, which would be sent to the apple or hplaser\n" |
1488 | | " printer.\n" |
| 1465 | " -v | --version Affiche la version de pykotme et quitte.\n" |
| 1466 | " -h | --help Affiche ce message et quitte.\n" |
| 1467 | " \n" |
| 1468 | " -P | --printer p Fait un devis sur cette imprimante seulement.\n" |
| 1469 | " En fait p peut contenir des caract�s jokers\n" |
| 1470 | " pour s�ctionner seulement certaines imprimantes.\n" |
| 1471 | " La valeur par d�ut est *, qui signifie toutes les\n" |
| 1472 | " imprimantes. \n" |
| 1473 | " Vous pouvez sp�fier plusieurs noms ou jokers,\n" |
| 1474 | " en les s�rant avec des virgules.\n" |
| 1475 | " \n" |
| 1476 | "exemples : \n" |
| 1477 | "\n" |
| 1478 | " $ pykotme --printer apple fichier1.ps fichier2.ps\n" |
| 1479 | " \n" |
| 1480 | " Ceci va �blir un devis d'impression pour l'utilisateur courant.\n" |
| 1481 | " Ce devis indiquera la taille et le co�r l'imprimante apple d'un\n" |
| 1482 | " travail d'impression consitant en fichier1.ps et fichier2.ps\n" |
| 1483 | " \n" |
| 1484 | " $ pykotme --printer apple,hplaser <fichier1.ps\n" |
| 1485 | " \n" |
| 1486 | " Ceci va �blir un devis d'impression pour l'utilisateur courant.\n" |
| 1487 | " Ce devis indiquera la taille et le co�un travail provenant de l'entr�n" |
| 1488 | " standard dans laquelle on redirigerait le fichier fichier1.ps et qui\n" |
| 1489 | " serait envoy�sur les imprimantes apple ou hplaser.\n" |