We used that earlier for the bind command which we now longer need and have removed already. Signed-off-by: Stefan Schmidt <stefan@xxxxxxxxxxxxxxx> --- wpan-ping/wpan-ping.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpan-ping/wpan-ping.c b/wpan-ping/wpan-ping.c index d514fe3..e0ec399 100644 --- a/wpan-ping/wpan-ping.c +++ b/wpan-ping/wpan-ping.c @@ -443,9 +443,9 @@ int main(int argc, char *argv[]) { while (1) { #ifdef HAVE_GETOPT_LONG int opt_idx = -1; - c = getopt_long(argc, argv, "b:a:ec:s:i:dvh", perf_long_opts, &opt_idx); + c = getopt_long(argc, argv, "a:ec:s:i:dvh", perf_long_opts, &opt_idx); #else - c = getopt(argc, argv, "b:a:ec:s:i:dvh"); + c = getopt(argc, argv, "a:ec:s:i:dvh"); #endif if (c == -1) break; -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html