Changeset 34

Show
Ignore:
Timestamp:
06/24/06 15:42:55 (18 years ago)
Author:
jerome
Message:

Documentation about pksubscribe.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkipplib/trunk/README

    r25 r34  
    138138======================================================================= 
    139139 
     140Command line tools : 
     141 
     142  pkipplib currently includes the following command line tools : 
     143   
     144        - pksubscribe : can create or delete IPP subscriptions. 
     145          See pksubscribe --help for details. 
     146         
     147          examples : 
     148           
     149            $ pksubscribe --cups http://localhost:631 \ 
     150                          --events printer-added,printer-deleted \ 
     151                          --recipient mynotifier \ 
     152                          --duration 0 
     153                           
     154            $ pksubscribe --username root \               
     155                          --password HacKMe \ 
     156                          --delete 34 58 98 
     157 
     158  In the future more command line tools will be included. 
     159   
     160======================================================================= 
     161 
    140162Please email bug reports, enhancements or comments to : alet@librelogiciel.com