diff -r 500ce0b934e7 -r 8f434dc38444 bash-completion.sh --- a/bash-completion.sh Fri Apr 16 23:18:03 2021 +0200 +++ b/bash-completion.sh Sat May 01 17:59:40 2021 +0200 @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -_relpipe_in_qr_completion() { +_relpipe_in_barcode_completion() { local w0 w1 w2 w3 COMPREPLY=() @@ -36,4 +36,4 @@ fi } -complete -F _relpipe_in_qr_completion relpipe-in-qr +complete -F _relpipe_in_barcode_completion relpipe-in-barcode