Changeset 60734 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- Apr 28, 2016 12:01:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r60663 r60734 526 526 } 527 527 528 #endif /* VBOX_ONLY_DOCS */528 #endif /* !VBOX_ONLY_DOCS */ 529 529 530 530 … … 1464 1464 * Check if it is an unhandled standard option. 1465 1465 */ 1466 #ifndef VBOX_ONLY_DOCS 1466 1467 if (rc == 'V') 1467 1468 { … … 1469 1470 return RTEXITCODE_SUCCESS; 1470 1471 } 1472 #endif 1471 1473 1472 1474 if (rc == 'h')
Note:
See TracChangeset
for help on using the changeset viewer.