diff --git a/completions/xsltproc b/completions/xsltproc index 30189f3f..736b29c2 100644 --- a/completions/xsltproc +++ b/completions/xsltproc @@ -41,7 +41,7 @@ _xsltproc() COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) ) COMPREPLY=( "${COMPREPLY[@]%:}" ) else - # TODO: 1st file xsl|xslt, rest XML + # TODO: 1st file xsl|xslt, 2nd XML _filedir '@(xsl|xslt|xml|dbk|docbook)' fi } &&