File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1086,7 +1086,7 @@ main(int argc, char **argv)
1086
1086
fprintf (stderr , "arping: Device %s not available.\n" , device .name );
1087
1087
exit (2 );
1088
1088
}
1089
- fprintf (stderr , "arping: device ( option -I) is required .\n" );
1089
+ fprintf (stderr , "arping: Suitable device could not be determined. Please, use option -I.\n" );
1090
1090
usage ();
1091
1091
}
1092
1092
Original file line number Diff line number Diff line change 19
19
<arg choice="opt">-c <replaceable/count/</arg>
20
20
<arg choice="opt">-w <replaceable/deadline/</arg>
21
21
<arg choice="opt">-s <replaceable/source/</arg>
22
- <arg choice="req ">-I <replaceable/interface/</arg>
22
+ <arg choice="opt ">-I <replaceable/interface/</arg>
23
23
<arg choice="req"><replaceable/destination/</arg>
24
24
</cmdsynopsis>
25
25
</refsynopsisdiv>
You can’t perform that action at this time.
0 commit comments