Changeset 1e9331e


Ignore:
Timestamp:
Sep 20, 2011 4:20:22 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
de2ef5c
Parents:
65f6442
Message:

Fix help for --same_pair closes #24

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/compose.py

    r65f6442 r1e9331e  
    180180        self.add_option('--same_pair', dest='multi_pair',
    181181                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.')
    184184        self.add_option('--config', dest='config', default=None,
    185185                help='Configuration file of options')
Note: See TracChangeset for help on using the changeset viewer.