1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-22 00:21:27 +01:00

unposted: typo in "ip addr replace" completion

This commit is contained in:
Peter Stephenson 2007-12-05 11:12:39 +00:00
parent a58d118753
commit 4592751f32
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-12-05 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/_ip: typo in "addr replace"
completion.
2007-12-03 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 24148: configure.ac, Src/utils.c: attempt to use strerror_r()

View file

@ -233,7 +233,7 @@ _regex_words \
'h*elp:show help for command' \
'a*dd:add new protocol address:$addr_add_cmds' \
'c*hange:change existing protocol address:$addr_add_cmds' \
'r*replace:add or update protocol address:$addr_add_cmds' \
'r*eplace:add or update protocol address:$addr_add_cmds' \
'd*elete:delete protocol address:$addr_del_cmds' \
's*how:show protocol address:$addr_show_cmds' \
'f*lush:flush protocol address:$addr_show_cmds'