diff --git a/completions/cksfv b/completions/cksfv index 921afb03..f5fcab38 100644 --- a/completions/cksfv +++ b/completions/cksfv @@ -8,12 +8,12 @@ _cksfv() _init_completion || return if [ $cword -eq 1 ]; then - COMPREPLY=( $( compgen -W '-C -f -i -q -v' -- "$cur" ) ) + COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) ) return 0 fi case "$prev" in - -C) + -C|-g) _filedir -d return 0 ;;