rosbash: uncompress -> decompress
This commit is contained in:
parent
e876ff5edf
commit
f6e713abb4
|
@ -337,7 +337,7 @@ function _roscomplete_rosbag {
|
|||
arg="${COMP_WORDS[COMP_CWORD]}"
|
||||
|
||||
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}))
|
||||
else
|
||||
COMPREPLY=($(compgen -f -- ${arg}))
|
||||
|
|
Loading…
Reference in New Issue