VirtualBox

Changeset 60734 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 28, 2016 12:01:30 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106924
Message:

VBoxManageHelp: Avoid dragging in RTBldCfgRevision, no need to rebuild the manual for each svn update.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r60089 r60734  
    496496        }
    497497
     498#ifndef VBOX_ONLY_DOCS
    498499        if (   !strcmp(argv[i], "-V")
    499500            || !strcmp(argv[i], "--version")
     
    506507            return 0;
    507508        }
     509#endif
    508510
    509511        if (   !strcmp(argv[i], "--dumpopts")
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r60663 r60734  
    526526}
    527527
    528 #endif /* VBOX_ONLY_DOCS */
     528#endif /* !VBOX_ONLY_DOCS */
    529529
    530530
     
    14641464     * Check if it is an unhandled standard option.
    14651465     */
     1466#ifndef VBOX_ONLY_DOCS
    14661467    if (rc == 'V')
    14671468    {
     
    14691470        return RTEXITCODE_SUCCESS;
    14701471    }
     1472#endif
    14711473
    14721474    if (rc == 'h')
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette