Changeset 974
- Timestamp:
- Oct 17, 2007, 5:13:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Option.cc
r965 r974 96 96 { 97 97 if (short_name()) 98 return std::string("-")+short_name() ;98 return std::string("-")+short_name()+std::string(","); 99 99 return std::string(" "); 100 100 }
Note: See TracChangeset
for help on using the changeset viewer.