VirtualBox

Changeset 18026 in vbox


Ignore:
Timestamp:
Mar 17, 2009 2:09:37 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44627
Message:

DHCP: Complain if the user specified unknown options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp

    r18013 r18026  
    826826                return 1;
    827827
     828            case VERR_GETOPT_UNKNOWN_OPTION:
     829            case VINF_GETOPT_NOT_OPTION:
     830                RTPrintf("Unknown option '%s'. Use --help for more information.\n", Val.psz);
     831                return 1;
     832
    828833            default:
    829834                break;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette