Changeset 35951 in vbox for trunk/src/VBox
- Timestamp:
- Feb 14, 2011 8:15:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
r33294 r35951 373 373 arg.argv = a->argv + 1; 374 374 375 /** @todo This command does not follow the syntax where the <uuid|vmname> 376 * comes between the command and subcommand. The commands controlvm, 377 * snapshot and debugvm puts it between. 378 */ 379 375 380 if (a->argc == 0) 376 381 return errorSyntax(USAGE_GUESTPROPERTY, "Incorrect parameters");
Note:
See TracChangeset
for help on using the changeset viewer.