VirtualBox

Changeset 104149 in vbox for trunk/src/VBox/Main/src-global


Ignore:
Timestamp:
Apr 4, 2024 8:48:52 AM (11 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162571
Message:

VBoxSDS: Added Windows-specific help command line parameters ('/?', '/h', '/help'), to match the rest of the syntax.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp

    r98280 r104149  
    813813        { "-loginterval",   'I',    RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_ICASE },
    814814        { "/loginterval",   'I',    RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_ICASE },
     815        { "/?",             'h',    RTGETOPT_REQ_NOTHING }, /* Most Windows programs use '/?', so have this as an alias. */
     816        { "/h",             'h',    RTGETOPT_REQ_NOTHING }, /* Ditto for '/h'. */
     817        { "/help",          'h',    RTGETOPT_REQ_NOTHING }  /* Ditto for '/help'. */
    815818    };
    816819
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