Revision b806661b doc/examples/bash_completion.in

b/doc/examples/bash_completion.in
106 106
      # complete arguments to the command
107 107
      case "$prev" in
108 108
        "queue")
109
        COMPREPLY=( $(compgen -W "drain undrain info" -- ${cur}) )
110
        ;;
111
      *)
112
        ;;
109
          COMPREPLY=( $(compgen -W "drain undrain info" -- ${cur}) )
110
          ;;
111
	*)
112
          ;;
113 113
      esac
114 114
  esac
115 115

  

Also available in: Unified diff