VirtualBox

Changeset 95864 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jul 27, 2022 1:16:06 AM (3 years ago)
Author:
vboxsync
Message:

VBoxTray: There is no need for the /l, /v, /version or /V options as there is no legacy to think of here. The /? and /help options makes sense, given that we're on windows. Also, no need to specify '-l' as a long option when 'l' is the short option (probably some copy & paste issue, so fix original). Ditto for '-v'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r95863 r95864  
    10471047            { "/?",                 'h',                         RTGETOPT_REQ_NOTHING },
    10481048            { "--logfile",          'l',                         RTGETOPT_REQ_STRING  },
    1049             { "-l",                 'l',                         RTGETOPT_REQ_STRING  },
    1050             { "/l",                 'l',                         RTGETOPT_REQ_STRING  },
    10511049            { "--verbose",          'v',                         RTGETOPT_REQ_NOTHING },
    1052             { "-v",                 'v',                         RTGETOPT_REQ_NOTHING },
    1053             { "/v",                 'v',                         RTGETOPT_REQ_NOTHING },
    10541050            { "--version",          'V',                         RTGETOPT_REQ_NOTHING },
    1055             { "-version",           'V',                         RTGETOPT_REQ_NOTHING },
    1056             { "/version",           'V',                         RTGETOPT_REQ_NOTHING },
    1057             { "/V",                 'V',                         RTGETOPT_REQ_NOTHING }
    10581051        };
    10591052
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