From: Jonatan Schlag Date: Thu, 3 Aug 2017 11:44:40 +0000 (+0200) Subject: bash-autocompletion: fix typos X-Git-Tag: 009~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faf539255f0a2381e8a43befdf9b8878beb52d0d;p=network.git bash-autocompletion: fix typos Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/src/bash-completion/network b/src/bash-completion/network index 4e392b95..5fd6191a 100644 --- a/src/bash-completion/network +++ b/src/bash-completion/network @@ -410,7 +410,7 @@ _network_vpn_ipsec_connection_subcommands() { shift local words=( $@ ) - local commands="authentication inactivity-timout local mode peer remote security-policy show" + local commands="authentication inactivity-timeout local mode peer remote security-policy show" local cmd="$(_network_find_on_cmdline "${commands}")" if [[ -z "${cmd}" ]]; then COMPREPLY=( $(compgen -W "${commands}" -- "${cur}") ) @@ -430,7 +430,7 @@ _network_vpn_ipsec_connection_subcommands() { _network_vpn_ipsec_connection_subcommands_mode ${args} ;; remote) - _network-vpn_ipsec_connection_subcommands_local_remote ${connection} "remote" ${args} + _network_vpn_ipsec_connection_subcommands_local_remote ${connection} "remote" ${args} ;; security-policy) _network_vpn_ipsec_connection_subcommands_security_policy ${args}