VirtualBox

Changeset 47118 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Jul 12, 2013 12:54:53 PM (11 years ago)
Author:
vboxsync
Message:

NetworkServices: fixed parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp

    r47019 r47118  
    218218
    219219            case 'h':
    220                 RTPrintf("%s Version %s\n"
     220                RTPrintf("%s Version %sr%u\n"
    221221                         "(C) 2009-" VBOX_C_YEAR " " VBOX_VENDOR "\n"
    222222                         "All rights reserved.\n"
     
    226226                         "Options:\n",
    227227                         RTProcShortName(),
    228                          RTProcShortName(),
    229                          RTProcShortName(),
    230                          RTBldCfgVersion());
     228                         RTBldCfgVersion(),
     229                         RTBldCfgRevision(),
     230                         RTProcShortName());
    231231                for (unsigned int i = 0; i < m_vecOptionDefs.size(); i++)
    232232                    RTPrintf("    -%c, %s\n", m_vecOptionDefs[i]->iShort, m_vecOptionDefs[i]->pszLong);
Note: See TracChangeset for help on using the changeset viewer.

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