merging r15360

This commit is contained in:
Ken Conley 2011-11-14 18:06:27 +00:00
parent 884306fb2a
commit 911b9ed0fb
1 changed files with 2 additions and 0 deletions

View File

@ -533,6 +533,8 @@ function _roscomplete_rosservice {
;;
find)
# Need a clever way to do message searching
opts=`_srv_opts ${COMP_WORDS[$COMP_CWORD]}`
COMPREPLY=($(compgen -W "$opts" -- ${arg}))
;;
esac
fi