]> git.gsnw.org Git - fping.git/commitdiff
make help a bit narrower
authorDavid Schweikert <david@schweikert.ch>
Fri, 10 Feb 2017 14:38:21 +0000 (15:38 +0100)
committerDavid Schweikert <david@schweikert.ch>
Fri, 10 Feb 2017 14:38:21 +0000 (15:38 +0100)
ci/test-02-help.pl
src/fping.c

index a3ec0a4f971aa6801f6fc769fd3e965adeea775a..43ae7c57ca3bea68f1add455e970b10648ead6d0 100755 (executable)
@@ -19,7 +19,7 @@ Probing options:
    -c, --count=N      count of pings to send to each target (default 1)
    -f, --file=FILE    read list of targets from a file ( - means stdin)
    -g, --generate     generate target list (only if no -f specified)
-                      (specify the start and end IP in the target list, or use a CIDR address)
+                      (give start and end IP in the target list, or a CIDR address)
                       (ex. fping -g 192.168.1.0 192.168.1.255 or fping -g 192.168.1.0/24)
    -H, --ttl=N        set the IP TTL value (Time To Live hops)
 $I_HELP   -l, --loop         loop sending pings forever
index 3f6464aba9da0d4c4f842ca176c2f1656e2d4914..ff812082c66626e2ffc5bfc4da011ab323fb6f59 100644 (file)
@@ -2674,7 +2674,7 @@ void usage(int is_error)
     fprintf(out, "   -c, --count=N      count of pings to send to each target (default %d)\n", count);
     fprintf(out, "   -f, --file=FILE    read list of targets from a file ( - means stdin)\n");
     fprintf(out, "   -g, --generate     generate target list (only if no -f specified)\n");
-    fprintf(out, "                      (specify the start and end IP in the target list, or use a CIDR address)\n");
+    fprintf(out, "                      (give start and end IP in the target list, or a CIDR address)\n");
     fprintf(out, "                      (ex. %s -g 192.168.1.0 192.168.1.255 or %s -g 192.168.1.0/24)\n", prog, prog);
     fprintf(out, "   -H, --ttl=N        set the IP TTL value (Time To Live hops)\n");
 #ifdef SO_BINDTODEVICE