salimma / fedpkg

Forked from fedpkg 3 years ago
Clone

bc13425 Line up descriptions for better code readability

Authored and Committed by onosek 4 years ago
1 file changed. 109 lines added. 106 lines removed.
    Line up descriptions for better code readability
    
    Multi-line descriptions of fedpkg commands were lined up to
    the beginning of the line and it was not so readable. textwrap.dedent
    was used to line descriptions up like normal string literals.
    Width of the description column was originally 70 characters, with
    this change you need to add a fixed number of spaces
    on the beginning.
    
    Signed-off-by: Ondrej Nosek <onosek@redhat.com>
    
        
file modified
+109 -106