Changeset 9551 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 9, 2008 4:12:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r8691 r9551 7262 7262 } 7263 7263 7264 if (NULL != strstr(name, " ")) 7265 return errorSyntax(USAGE_SHAREDFOLDER_ADD, "No spaces allowed in parameter '-name'!"); 7266 7264 7267 /* required arguments */ 7265 7268 if (!name || !hostpath)
Note:
See TracChangeset
for help on using the changeset viewer.