From bb67509179edced01e97e304946e63042bc3726a Mon Sep 17 00:00:00 2001 From: wangyu Date: Tue, 15 Aug 2017 15:48:19 +0800 Subject: [PATCH] added lower-level option in help page --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index ef077b9..29d4113 100755 --- a/main.cpp +++ b/main.cpp @@ -2395,6 +2395,8 @@ void print_help() printf(" 1:increase every packet\n"); printf(" 2:increase randomly, about every 3 packets (default)\n"); // printf("\n"); + printf(" --lower-level send packet at OSI level 2, format:'if_name#gateway_mac_adress'\n"); + printf(" ie:'eth0#00:23:45:67:89:b9'.Beta.\n"); printf(" -h,--help print this help message\n"); //printf("common options,these options must be same on both side\n");