Changeset 76
- Timestamp:
- 06/24/06 12:42:43 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
streamservice/trunk/src-python/streamservice/client_tool.py
r75 r76 55 55 'NOTE: cli-batch-item-sep CAN NOT be the same as same as ' 56 56 '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.''') 57 61 58 62 def run_batchclient(argv, buildinghelp=False):