[...]
> Index: traceroute.c
> ===================================================================
> RCS file: /ncvs/freebsd/src/contrib/traceroute/traceroute.c,v
> retrieving revision 1.27
> diff -u -r1.27 traceroute.c
> --- traceroute.c      26 Aug 2005 18:08:24 -0000      1.27
> +++ traceroute.c      23 Sep 2005 17:47:45 -0000
[...]
> @@ -521,13 +522,17 @@
>               prog = argv[0];
>
>       opterr = 0;
> -     while ((op = getopt(argc, argv, "dFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) != 
> EOF)
> +     while ((op = getopt(argc, argv, "edFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) 
> != EOF)

Better to keep the keys sorted alphabetically.  I.e. "deFI..".  Need
to update usage() as well.

-- 
Maxim Konovalov
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to