Changeset 33550 in vbox
- Timestamp:
- Oct 28, 2010 10:53:57 AM (14 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r33395 r33550 136 136 "Options:\n" 137 137 " -i | --interval The default interval.\n" 138 " -f | --foreground Don't daemon zie the program. For debugging.\n"138 " -f | --foreground Don't daemonize the program. For debugging.\n" 139 139 " -v | --verbose Increment the verbosity level. For debugging.\n" 140 140 " -h | -? | --help Show this message and exit with status 1.\n" -
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r31202 r33550 343 343 "Mount the VirtualBox shared folder NAME from the host system to MOUNTPOINT.\n" 344 344 "\n" 345 " -w mount the shared folder writabl y(the default)\n"345 " -w mount the shared folder writable (the default)\n" 346 346 " -r mount the shared folder read-only\n" 347 347 " -n do not create an mtab entry\n" … … 349 349 "\n", name); 350 350 printf("Available mount options are:\n" 351 " rw mount writabl y(the default)\n"351 " rw mount writable (the default)\n" 352 352 " ro mount read only\n" 353 353 " uid=UID set the default file owner user id to UID\n" -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c
r31691 r33550 52 52 "Mount the VirtualBox shared folder NAME from the host system to MOUNTPOINT.\n" 53 53 "\n" 54 " -w mount the shared folder writabl y(the default)\n"54 " -w mount the shared folder writable (the default)\n" 55 55 " -r mount the shared folder read-only\n" 56 56 " -o OPTION[,OPTION...] use the mount options specified\n" … … 58 58 fprintf(stderr, "Available mount options are:\n" 59 59 "\n" 60 " rw mount writabl y(the default)\n"60 " rw mount writable (the default)\n" 61 61 " ro mount read only\n" 62 62 " uid=UID set the default file owner user id to UID\n" -
trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
r28800 r33550 39 39 "--startvm uuid start VM with UUID 'uuid'\n" 40 40 "--fixedres WxHxBPP always use fixed host resolution\n" 41 "--listhostmodes display list of sup orted host display modes and exit\n"41 "--listhostmodes display list of supported host display modes and exit\n" 42 42 "--scale scale guest video mode to host video mode\n" 43 43 "--nodirectblit disable direct blitting, use intermediate framebuffer\n" -
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r33540 r33550 221 221 (u64Cmd & USAGE_MODINSTALL) 222 222 ? " modinstall\n" 223 " Installs the nec cessary driver for the host OS\n"223 " Installs the necessary driver for the host OS\n" 224 224 "\n" 225 225 : "", -
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r33540 r33550 3094 3094 'colors':['Toggle colors', colorsCmd, 0], 3095 3095 'snapshot':['VM snapshot manipulation, snapshot help for more info', snapshotCmd, 0], 3096 'nat':['NAT (network address tra snlation engine) manipulation, nat help for more info', natCmd, 0],3096 'nat':['NAT (network address translation engine) manipulation, nat help for more info', natCmd, 0], 3097 3097 'nic' : ['Network adapter management', nicCmd, 0], 3098 3098 'prompt' : ['Control prompt', promptCmd, 0], -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzd.cpp
r33540 r33550 642 642 << "Angola" 643 643 << "Anguilla" 644 << "Antar tica"644 << "Antarctica" 645 645 << "Antigua & Barbuda" 646 646 << "Argentina" -
trunk/src/VBox/Installer/darwin/VBoxStartupItems/VirtualBox/Resources/English.lproj/Localizable.strings
r31655 r33550 8 8 <key>Loading VBoxNetFlt.kext</key> <string>Loading VBoxNetFlt.kext</string> 9 9 <key>Loading VBoxNetAdp.kext</key> <string>Loading VBoxNetAdp.kext</string> 10 <key>Unloading VBoxDrv.kext</key> <string>Un oading VBoxDrv.kext</string>11 <key>Unloading VBoxUSB.kext</key> <string>Un oading VBoxUSB.kext</string>12 <key>Unloading VBoxNetFlt.kext</key> <string>Un oading VBoxNetFlt.kext</string>13 <key>Unloading VBoxNetAdp.kext</key> <string>Un oading VBoxNetAdp.kext</string>10 <key>Unloading VBoxDrv.kext</key> <string>Unloading VBoxDrv.kext</string> 11 <key>Unloading VBoxUSB.kext</key> <string>Unloading VBoxUSB.kext</string> 12 <key>Unloading VBoxNetFlt.kext</key> <string>Unloading VBoxNetFlt.kext</string> 13 <key>Unloading VBoxNetAdp.kext</key> <string>Unloading VBoxNetAdp.kext</string> 14 14 <key>Error: /Library/Extensions/VBoxDrv.kext is missing</key> <string>Error: /Library/Extensions/VBoxDrv.kext is missing</string> 15 15 <key>Error: /Library/Extensions/VBoxUSB.kext is missing</key> <string>Error: /Library/Extensions/VBoxUSB.kext is missing</string> -
trunk/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp
r33540 r33550 240 240 static const RTGETOPTDEF s_aOptions[] = 241 241 { 242 { "--i nterations",'i', RTGETOPT_REQ_UINT32 },242 { "--iterations", 'i', RTGETOPT_REQ_UINT32 }, 243 243 { "--num-pages", 'n', RTGETOPT_REQ_UINT32 }, 244 244 { "--page-at-a-time", 'c', RTGETOPT_REQ_UINT32 }, … … 298 298 " -h, --help\n" 299 299 " Show this help page\n" 300 " -i, --i nterations <num>\n"300 " -i, --iterations <num>\n" 301 301 " The number of iterations.\n" 302 302 " -n, --num-pages <pages>\n"
Note:
See TracChangeset
for help on using the changeset viewer.