Changeset 2002
- Timestamp:
- 15/12/2007 20:04:15 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/buildenv-testmain-template.cpp
r1927 r2002 170 170 int ch; 171 171 172 while ((ch = getopt_long(argc, argv, "c:s:t:T ", longopts, NULL))172 while ((ch = getopt_long(argc, argv, "c:s:t:TU", longopts, NULL)) 173 173 != -1) 174 174 { … … 201 201 { 202 202 Console::SetShowTime(true); 203 } 204 break; 205 206 case 'U': 207 { 208 Console::SetShowTime(true); 209 Console::SetShowTimeMicros(true); 203 210 } 204 211 break;
