Revision 75615bd3 doc/examples/bash_completion.in

b/doc/examples/bash_completion.in
108 108
        "queue")
109 109
          COMPREPLY=( $(compgen -W "drain undrain info" -- ${cur}) )
110 110
          ;;
111
        "copyfile")
112
          COMPREPLY=( $(compgen -f -- ${cur}) )
113
          ;;
114
        "command")
115
          COMPREPLY=( $(compgen -c -- ${cur}) )
116
          ;;
111 117
	*)
112 118
          ;;
113 119
      esac

Also available in: Unified diff