Changeset 65641 in vbox for trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
- Timestamp:
- Feb 7, 2017 11:28:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r62527 r65641 415 415 default: 416 416 fprintf(stderr, "unknown option `%c:%#x'\n", c, c); 417 /* fall thru */ 417 418 case '?': 418 419 case 'h': … … 425 426 case 'w': 426 427 opts.ronly = 0; 428 break; 427 429 428 430 case 's':
Note:
See TracChangeset
for help on using the changeset viewer.