Changeset 22730 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Sep 3, 2009 9:43:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
r22722 r22730 302 302 pszValue = a->argv[2]; 303 303 if ( !strcmp(a->argv[3], "--flags") 304 ||!strcmp(a->argv[3], "-flags"))304 && !strcmp(a->argv[3], "-flags")) 305 305 usageOK = false; 306 306 pszFlags = a->argv[4];
Note:
See TracChangeset
for help on using the changeset viewer.