diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index 07229d6c4..ea62fd42f 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -842,7 +842,7 @@ sub check_options 'l|localonly' => \$localonly, 'n' => \$::opt_n, 'r' => \$::opt_r, - 's' => \$statements, # $statements is declared globally + 's=s' => \$statements, # $statements is declared globally 'q' => \$::opt_q )) {