VirtualBox

Changeset 55440 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Apr 27, 2015 11:06:16 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99786
Message:
VBoxClient: Help text spelling, added "-Vversion" for displaying version information.
File:
1 edited

Legend:

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

    r55401 r55440  
    77
    88/*
    9  * Copyright (C) 2006-2011 Oracle Corporation
     9 * Copyright (C) 2006-2015 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3030#include <X11/Xatom.h>
    3131
     32#include <iprt/buildconfig.h>
    3233#include <iprt/critsect.h>
    3334#include <iprt/env.h>
     
    250251#endif
    251252             "--seamless [-d|--nodaemon]\n", pcszFileName);
    252     RTPrintf("Start the VirtualBox X Window System guest services.\n\n");
     253    RTPrintf("Starts the VirtualBox X Window System guest services.\n\n");
    253254    RTPrintf("Options:\n");
    254     RTPrintf("  --clipboard        start the shared clipboard service\n");
     255    RTPrintf("  --clipboard        starts the shared clipboard service\n");
    255256#ifdef VBOX_WITH_DRAG_AND_DROP
    256     RTPrintf("  --draganddrop      start the drag and drop service\n");
     257    RTPrintf("  --draganddrop      starts the drag and drop service\n");
    257258#endif
    258     RTPrintf("  --display          start the display management service\n");
     259    RTPrintf("  --display          starts the display management service\n");
    259260#ifdef VBOX_WITH_GUEST_PROPS
    260     RTPrintf("  --checkhostversion start the host version notifier service\n");
     261    RTPrintf("  --checkhostversion starts the host version notifier service\n");
    261262#endif
    262     RTPrintf("  --seamless         start the seamless windows service\n");
    263     RTPrintf("  -d, --nodaemon     continue running as a system service\n");
     263    RTPrintf("  --seamless         starts the seamless windows service\n");
     264    RTPrintf("  -d, --nodaemon     continues running as a system service\n");
     265    RTPrintf("  -h, --help         shows this help text\n");
     266    RTPrintf("  -V, --version      shows version information\n");
    264267    RTPrintf("\n");
    265268    exit(0);
     
    346349        {
    347350            vboxClientUsage(pcszFileName);
     351            return 0;
     352        }
     353        else if (!strcmp(argv[i], "-V") || !strcmp(argv[i], "--version"))
     354        {
     355            RTPrintf("%sr%s\n", RTBldCfgVersion(), RTBldCfgRevisionStr());
    348356            return 0;
    349357        }
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