diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-26 13:10:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-26 13:10:44 +0000 |
commit | 37bada4bf1248c92b31ef48eae28081047c53ce1 (patch) | |
tree | 40a18f3254345b2f6786c2a96d42f3a7f9f9a671 /Completion/Unix | |
parent | fbd4aaebbba487d050adcb9f68f1cafc168ab1c2 (diff) | |
download | zsh-37bada4bf1248c92b31ef48eae28081047c53ce1.tar.gz zsh-37bada4bf1248c92b31ef48eae28081047c53ce1.tar.xz zsh-37bada4bf1248c92b31ef48eae28081047c53ce1.zip |
unposted: tweak ip route show abbreviations
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_ip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip index 33953d075..61875cbc4 100644 --- a/Completion/Unix/Command/_ip +++ b/Completion/Unix/Command/_ip @@ -307,11 +307,11 @@ _regex_words route-show-commands "route show command" \ 'ca*ched:list only dynamically forked routes' \ 'f*rom:select route via source address prefix:$subcmd_rtselector' \ 'p*rotocol:select routing protocol identifier:$subcmd_rtprotocol' \ - 's*cope:select scope of destinations:$subcmd_scope' \ + 'sc*ope:select scope of destinations:$subcmd_scope' \ 'ty*pe:route type:$subcmd_rttype' \ 'dev:select device:$subcmd_dev' \ 'v*ia:select nexthop router:$subcmd_ipaddr' \ - 's*rc:select route via source prefix:$subcmd_ipaddr' \ + 'sr*c:select route via source prefix:$subcmd_ipaddr' \ 'realm:select routing realm:$subcmd_rtrealm' \ 'realms:select from/to routing realms:$subcmd_rtrealms' # route selector can appear with no "to" |