Changeset 628


Ignore:
Timestamp:
Apr 24, 2008, 1:32:36 PM (15 years ago)
Author:
Peter Johansson
Message:

going back to standard of three character gap between option and description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.cc

    r627 r628  
    197197    cs.margin(0)=0;
    198198    ColumnStream cs2(std::cout, 2);
    199     cs2.width(0)=24;
     199    // Widest line should fit exactly
     200    cs2.width(0)=21;
    200201    cs2.width(1)=52;
    201202    cs2.margin(0)=2;
    202     cs2.margin(1)=1;
     203    // Gnist standard suggest three characters gap between option and description
     204    cs2.margin(1)=3;
    203205
    204206    std::cout << "Usage: svndigest [OPTION]...\n"
Note: See TracChangeset for help on using the changeset viewer.