VirtualBox

Changeset 86883 in vbox


Ignore:
Timestamp:
Nov 13, 2020 2:29:29 PM (4 years ago)
Author:
vboxsync
Message:

Additions/VBoxClient: Removed command line options which never were implemented, but added command line options to the (syntax) help which actually *are* there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/main.cpp

    r86872 r86883  
    4343*   Defines                                                                                                                      *
    4444*********************************************************************************************************************************/
    45 #define VBOXCLIENT_OPT_NORESPAWN            950
    46 
    4745#define VBOXCLIENT_OPT_SERVICES             980
    4846#define VBOXCLIENT_OPT_CHECKHOSTVERSION     VBOXCLIENT_OPT_SERVICES
     
    257255    RTPrintf("Options:\n");
    258256#ifdef VBOX_WITH_SHARED_CLIPBOARD
    259     RTPrintf("  --clipboard        starts the shared clipboard service\n");
     257    RTPrintf("  --clipboard          starts the shared clipboard service\n");
    260258#endif
    261259#ifdef VBOX_WITH_DRAG_AND_DROP
    262     RTPrintf("  --draganddrop      starts the drag and drop service\n");
     260    RTPrintf("  --draganddrop        starts the drag and drop service\n");
    263261#endif
    264262#ifdef VBOX_WITH_GUEST_PROPS
    265     RTPrintf("  --checkhostversion starts the host version notifier service\n");
     263    RTPrintf("  --checkhostversion   starts the host version notifier service\n");
    266264#endif
    267265#ifdef VBOX_WITH_SEAMLESS
    268     RTPrintf("  --seamless         starts the seamless windows service\n");
     266    RTPrintf("  --seamless           starts the seamless windows service\n");
    269267#endif
    270268#ifdef VBOX_WITH_VMSVGA
    271     RTPrintf("  --vmsvga           starts VMSVGA dynamic resizing for X11/Wayland guests\n");
    272 #endif
    273     RTPrintf("  -f, --foreground   run in the foreground (no daemonizing)\n");
    274     RTPrintf("  -d, --nodaemon     continues running as a system service\n");
    275     RTPrintf("  -h, --help         shows this help text\n");
    276     RTPrintf("  -v, --verbose      increases logging verbosity level\n");
    277     RTPrintf("  -V, --version      shows version information\n");
     269    RTPrintf("  --vmsvga             starts VMSVGA dynamic resizing for X11/Wayland guests\n");
     270#endif
     271    RTPrintf("  -f, --foreground     run in the foreground (no daemonizing)\n");
     272    RTPrintf("  -d, --nodaemon       continues running as a system service\n");
     273    RTPrintf("  -h, --help           shows this help text\n");
     274    RTPrintf("  -l, --logfile <path> enables logging to a file\n");
     275    RTPrintf("  -v, --verbose        increases logging verbosity level\n");
     276    RTPrintf("  -V, --version        shows version information\n");
    278277    RTPrintf("\n");
    279278}
     
    350349        { "--help",                         'h',                                      RTGETOPT_REQ_NOTHING },
    351350        { "--logfile",                      'l',                                      RTGETOPT_REQ_STRING  },
    352         { "--no-respawn",                   VBOXCLIENT_OPT_NORESPAWN,                 RTGETOPT_REQ_NOTHING },
    353351        { "--version",                      'V',                                      RTGETOPT_REQ_NOTHING },
    354352        { "--verbose",                      'v',                                      RTGETOPT_REQ_NOTHING },
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