- Timestamp:
- Jan 31, 2008 2:47:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27729
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r6616 r6660 398 398 if (u64Cmd & USAGE_STARTVM) 399 399 { 400 RTPrintf("VBoxManage startvm <uuid>|<name>\n" 401 " [-type gui|vrdp]\n" 402 "\n"); 400 RTPrintf("VBoxManage startvm <uuid>|<name>\n"); 401 if (fVRDP) 402 RTPrintf(" [-type gui|vrdp]\n"); 403 RTPrintf("\n"); 403 404 } 404 405
Note:
See TracChangeset
for help on using the changeset viewer.