]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
fix wrong bash completion flag
authora1346054 <36859588+a1346054@users.noreply.github.com>
Sun, 5 Sep 2021 13:10:51 +0000 (13:10 +0000)
committera1346054 <36859588+a1346054@users.noreply.github.com>
Sun, 5 Sep 2021 13:45:02 +0000 (13:45 +0000)
bash-completion/mtr

index 4d9d5dd18004fc39135136d4bb3540eeb58931ed..22df752d286a2ecaa9daa3fdd40e7e04ceccb4b1 100644 (file)
@@ -15,7 +15,7 @@ _mtr_module()
       COMPREPLY=( $(compgen -W "ADDRESS" -- $cur) )
       return 0
       ;;
-    '-f'|'--first-ttl'|'-m'|'--max-ttl'|'-m'|'--max-unknown'|'-B'|'--bitpattern'|'-Q'|'--tos'|'-c'|'--report-cycles')
+    '-f'|'--first-ttl'|'-m'|'--max-ttl'|'-U'|'--max-unknown'|'-B'|'--bitpattern'|'-Q'|'--tos'|'-c'|'--report-cycles')
       COMPREPLY=( $(compgen -W "NUMBER" -- $cur) )
       return 0
       ;;