Changeset 25873 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jan 18, 2010 8:53:22 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56680
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r24069 r25873 6 6 7 7 /* 8 * Copyright (C) 2006-20 07Sun Microsystems, Inc.8 * Copyright (C) 2006-2010 Sun Microsystems, Inc. 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 136 136 RTPrintf("Start the VirtualBox X Window System guest services.\n\n"); 137 137 RTPrintf("Options:\n"); 138 RTPrintf(" --clipboard start the shared clipboard service\n");139 RTPrintf(" --display start the display management service\n");138 RTPrintf(" --clipboard start the shared clipboard service\n"); 139 RTPrintf(" --display start the display management service\n"); 140 140 # ifdef VBOX_WITH_GUEST_PROPS 141 RTPrintf(" --checkhostversion 141 RTPrintf(" --checkhostversion start the host version notifier service\n"); 142 142 # endif 143 RTPrintf(" --seamless start the seamless windows service\n");144 RTPrintf(" -d, --nodaemon continue running as a system service\n");143 RTPrintf(" --seamless start the seamless windows service\n"); 144 RTPrintf(" -d, --nodaemon continue running as a system service\n"); 145 145 RTPrintf("\n"); 146 146 exit(0);
Note:
See TracChangeset
for help on using the changeset viewer.