From 1c6d3e3f04363b252be7cd3f6f1a7fa29e522227 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 19 Aug 2016 15:58:29 +0000 Subject: 39074: _ip-neighbour: Fix typo in 'lladdr'. --- Completion/Unix/Command/_ip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_ip') diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip index 1e3949148..d9dd924e3 100644 --- a/Completion/Unix/Command/_ip +++ b/Completion/Unix/Command/_ip @@ -285,7 +285,7 @@ local -a neigh_add_cmds _regex_words neigh-add-commands "neighbour add command" \ 't*o:add new neighbour IP address:$subcmd_ipaddr' \ 'dev:specify network device:$subcmd_dev' \ - 'l*ladr:specify link layer (MAC) address or null:$subcmd_lladdr' \ + 'l*laddr:specify link layer (MAC) address or null:$subcmd_lladdr' \ 'n*ud:specify neighbour unreachability detection state:$subcmd_nud' # to-address without keyword can appear first neigh_add_cmds=( "(" $subcmd_ipaddr "|" ")" "$reply[@]" "#") -- cgit 1.4.1