Changeset 37405 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 10, 2011 10:36:56 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r37404 r37405 679 679 { 680 680 { "--machinereadable", LS_OPT_MACHINE_READABLE, RTGETOPT_REQ_NOTHING }, 681 { "--dereference", 'L', RTGETOPT_REQ_NOTHING }, 681 682 { NULL, 'l', RTGETOPT_REQ_NOTHING }, 682 683 { NULL, 'R', RTGETOPT_REQ_NOTHING }, … … 699 700 int rc = VINF_SUCCESS; 700 701 bool fVerbose = false; 701 uint32_t fFlags = 0;702 uint32_t fFlags = VBOXSERVICETOOLBOXLSFLAG_NONE; 702 703 703 704 /* Init file list. */ … … 714 715 VBoxServiceToolboxShowUsage(); 715 716 return RTEXITCODE_SUCCESS; 717 718 case 'L': /* Dereference symlinks. */ 719 fFlags |= VBOXSERVICETOOLBOXLSFLAG_SYMLINKS; 720 break; 716 721 717 722 case 'l': /* Print long format. */
Note:
See TracChangeset
for help on using the changeset viewer.