From 0c79cc9e428a382be8813e62e8a6aef49c2629e7 Mon Sep 17 00:00:00 2001 From: 4s3ti <4s3ti@protonmail.com> Date: Wed, 8 Jan 2020 19:56:40 +0100 Subject: [PATCH] Missing backup on bash-completion Added backup option on openvpn bash-completion --- scripts/openvpn/bash-completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/openvpn/bash-completion b/scripts/openvpn/bash-completion index f317bc4..1b9ef7e 100644 --- a/scripts/openvpn/bash-completion +++ b/scripts/openvpn/bash-completion @@ -4,8 +4,8 @@ _pivpn() COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" - dashopts="-a -c -d -l -r -h -u -up" - opts="debug add clients list revoke uninstall help update" + dashopts="-a -c -d -l -r -h -u -up -bk" + opts="debug add clients list revoke uninstall help update backup" if [ "${#COMP_WORDS[@]}" -eq 2 ] then if [[ ${cur} == -* ]] ; then