rosbash: uncompress -> decompress

This commit is contained in:
Tim Field 2010-05-04 21:58:45 +00:00
parent e876ff5edf
commit f6e713abb4
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ function _roscomplete_rosbag {
arg="${COMP_WORDS[COMP_CWORD]}" arg="${COMP_WORDS[COMP_CWORD]}"
if [[ $COMP_CWORD == 1 ]]; then if [[ $COMP_CWORD == 1 ]]; then
opts="check compress filter fix help info play record uncompress" opts="check compress decompress filter fix help info play record"
COMPREPLY=($(compgen -W "$opts" -- ${arg})) COMPREPLY=($(compgen -W "$opts" -- ${arg}))
else else
COMPREPLY=($(compgen -f -- ${arg})) COMPREPLY=($(compgen -f -- ${arg}))