Changeset 33550 in vbox for trunk/src/VBox/Additions/solaris
- Timestamp:
- Oct 28, 2010 10:53:57 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67150
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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"
Note:
See TracChangeset
for help on using the changeset viewer.