Changeset 338 in xtideuniversalbios
- Timestamp:
- Mar 13, 2012, 7:35:15 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/win32/Win32.cpp
r278 r338 21 21 char *usageStrings[] = { 22 22 "SerDrive - XTIDE Universal BIOS Serial Drive Server", 23 "Version 2.0.0_wip, Built " __DATE__, 24 "", 25 "usage: SerDrive [options] imagefile [[slave-options] slave-imagefile]", 23 "Version 2.0.0 Beta1, Built " __DATE__, 24 "", 25 "SerDrive is released under the GNU GPL v2. SerDrive comes with ABSOLUTELY", 26 "NO WARRANTY. This is free software, and you are welcome to redistribute it", 27 "under certain conditions. See LICENSE.TXT (included with this distribution)", 28 "for more details, or visit http://www.gnu.org/licenses/gpl-2.0.html.", 29 "", 30 "Usage: SerDrive [options] imagefile [[slave-options] slave-imagefile]", 26 31 "", 27 32 " -g [cyl:head:sect] Geometry in cylinders, sectors per cylinder, and heads",
Note:
See TracChangeset
for help on using the changeset viewer.