Changeset 17043
- Timestamp:
- 2008-08-28 10:54:42 (4 months ago)
- Files:
-
- release-kits/wirk2/bin/wirk2.exe (modified) (previous)
- release-kits/wirk2/src/wirk2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/wirk2/src/wirk2.cpp
r16948 r17043 25 25 cout << "usage: wirk2 [args]" << endl; 26 26 cout << " -sim" << endl; 27 cout << " simulation only, don't actually do anything" << endl << endl; 27 cout << " simulation only, don't actually do anything" << endl << endl; 28 28 29 29 cout << " -help" << endl; 30 cout << " show this help screen" << endl ;30 cout << " show this help screen" << endl << endl; 31 31 32 32 cout << " -from <target>" << endl;
