]> git.ipfire.org Git - people/stevee/network.git/commitdiff
bash-autocompletion: fix typos
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Thu, 3 Aug 2017 11:44:40 +0000 (13:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Aug 2017 11:45:43 +0000 (13:45 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/bash-completion/network

index 4e392b95ea2182601b7bc38efb518efaeb6f83f9..5fd6191ad404e763c10957dbe85422db3431053e 100644 (file)
@@ -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}