Changeset 76

Show
Ignore:
Timestamp:
06/24/06 12:42:43 (3 years ago)
Author:
robin
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • streamservice/trunk/src-python/streamservice/client_tool.py

    r75 r76  
    5555            'NOTE: cli-batch-item-sep CAN NOT be the same as same as ' 
    5656            'tag-seperator') 
     57    parser.add_option('-B', '--batch-string', default='', 
     58        help='''Use this option to specify a batch of events in a single ' 
     59        'string on the command line. seperate items with \';\' or specify ' 
     60        'an alternate seperator via cli-batch-item-sep.''') 
    5761  
    5862def run_batchclient(argv, buildinghelp=False):