]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Fix commit 14bc40b8
authorTravis Cross <tc@traviscross.com>
Tue, 5 Feb 2013 15:56:41 +0000 (15:56 +0000)
committerTravis Cross <tc@traviscross.com>
Tue, 5 Feb 2013 16:00:54 +0000 (16:00 +0000)
mtr.c

diff --git a/mtr.c b/mtr.c
index 93d8146ff9cf265daec138b9929522a9a4e389d3..80d103700565629d65bb7cd3d3dfd51f5bbee255 100644 (file)
--- 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;