From: Travis Cross Date: Tue, 5 Feb 2013 15:56:41 +0000 (+0000) Subject: Fix commit 14bc40b8 X-Git-Tag: v0.83~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9846b966b74de5dedce69fa17689dafd3454b51;p=thirdparty%2Fmtr.git Fix commit 14bc40b8 --- diff --git a/mtr.c b/mtr.c index 93d8146..80d1037 100644 --- a/mtr.c +++ b/mtr.c @@ -161,7 +161,7 @@ void parse_arg (int argc, char **argv) while(1) { /* added f:m:o: byMin */ opt = getopt_long(argc, argv, - "vhrwxtglpo:i:c:s:b:Q:ena:f:m:uz46", long_options, NULL); + "vhrwxtglpo:B:i:c:s:Q:ena:f:m:ubz46", long_options, NULL); if(opt == -1) break;