- Timestamp:
- Sep 20, 2011 4:20:22 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- de2ef5c
- Parents:
- 65f6442
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/compose.py
r65f6442 r1e9331e 180 180 self.add_option('--same_pair', dest='multi_pair', 181 181 action='store_true', default=False, 182 help='Allow multiple links between the same nodes "+ \183 "to be created.')182 help='Allow multiple links between the same nodes ' + \ 183 'to be created.') 184 184 self.add_option('--config', dest='config', default=None, 185 185 help='Configuration file of options')
Note: See TracChangeset
for help on using the changeset viewer.