Changeset 106001 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Sep 10, 2024 11:15:32 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r98103 r106001 577 577 return errorSyntax(DHCPServer::tr("--unforce-opt does not apply to the 'add' subcommand")); 578 578 RT_FALL_THROUGH(); 579 case DHCP_ADDMOD_UNSUPPRESS_OPTION: // --unsup ress-opt579 case DHCP_ADDMOD_UNSUPPRESS_OPTION: // --unsuppress-opt 580 580 if (pCtx->pCmdDef->fSubcommandScope == HELP_SCOPE_DHCPSERVER_ADD) 581 581 return errorSyntax(DHCPServer::tr("--unsuppress-opt does not apply to the 'add' subcommand"));
Note:
See TracChangeset
for help on using the changeset viewer.