From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sun, 5 Sep 2021 13:10:51 +0000 (+0000) Subject: fix wrong bash completion flag X-Git-Tag: v0.95~4^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8089904ca6918c299dd643949f4aa57f8e3906d2;p=thirdparty%2Fmtr.git fix wrong bash completion flag --- diff --git a/bash-completion/mtr b/bash-completion/mtr index 4d9d5dd..22df752 100644 --- a/bash-completion/mtr +++ b/bash-completion/mtr @@ -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 ;;