Changeset 16750
- Timestamp:
- 2008-08-13 11:49:24 (5 months ago)
- Files:
-
- release-kits/wirk3/src/wirk3.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/wirk3/src/wirk3.cpp
r16631 r16750 55 55 return 0; 56 56 57 } else if ( a.compare("-sim") == 0 ) {58 command += " -Dexecute=false";59 60 } else if ( a.compare("-descend") == 0 ) {61 command = command + " -Dresume.descend=" + argv[++i];62 } else if ( a.compare("-from") == 0 ) {63 command = command + " -Dresume.from=" + argv[++i];64 } else if ( a.compare("-to") == 0 ) {65 command = command + " -Dresume.to=" + argv[++i];66 57 } else { 67 58 command = command + " " + a;
