2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-19 04:40:21 +00:00

Remove trailing spaces in file xCAT-probe/subcmds/detect_dhcpd

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent cc6f6918f9
commit f97e276ffc

View File

@ -19,7 +19,7 @@ my $test = 0;
my $dumpfile = "/tmp/dhcpdumpfile.log";
my $nic;
$::USAGE = "Usage:
$::USAGE = "Usage:
$program_name -i interface [-m macaddress] [-d duration] [-V]
Description:
@ -29,7 +29,7 @@ Options:
-i interface: Required. The interface facing the target network.
-m macaddress: The mac that will be used to detect dhcp server. Use the real mac of the node that will be netboot. If not specified, the mac specified by -i will be used.
-d duration: The time to wait to detect the dhcp messages. The default value is 10s.
-V verbose: Print additional debug information.
-V verbose: Print additional debug information.
";
#---------------------------