summaryrefslogtreecommitdiffstats
path: root/Completion/Solaris/Command/_ipadm
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Solaris/Command/_ipadm')
-rw-r--r--Completion/Solaris/Command/_ipadm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Solaris/Command/_ipadm b/Completion/Solaris/Command/_ipadm
index c59fc8108..c3ddd26ec 100644
--- a/Completion/Solaris/Command/_ipadm
+++ b/Completion/Solaris/Command/_ipadm
@@ -274,7 +274,7 @@ _ipadm() {
("dhcp:"*)
_arguments -A "-*" \
- '(-w --wait)'{-w,--wait}'[Seconds to wait for completion]:number or "forever":{if [[ -prefix [0-9]## ]]; then _message -e "number of seconds"; else _wanted forever expl "number or \"forever\"" compadd forever; fi}' \
+ '(-w --wait)'{-w,--wait}'[time to wait for completion]:time (seconds):_phony forever' \
'-h[Request a specific hostname]:hostname:' \
':address object name:_ipadm_addrobjs_or_ifs'
;;