Changeset 974


Ignore:
Timestamp:
Oct 17, 2007, 5:13:16 PM (15 years ago)
Author:
Peter
Message:

improve help output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Option.cc

    r965 r974  
    9696  {
    9797    if (short_name())
    98       return std::string("-")+short_name();
     98      return std::string("-")+short_name()+std::string(",");
    9999    return std::string("   ");
    100100  }
Note: See TracChangeset for help on using the changeset viewer.