Skip to content

Commit

Permalink
remove default value of "--cookie".
Browse files Browse the repository at this point in the history
  • Loading branch information
hansode committed May 20, 2015
1 parent 9d0d737 commit a856027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/mussel/completion/mussel-completion.bash
Expand Up @@ -226,7 +226,7 @@ _mussel() {
COMPREPLY=($(compgen -W "leastconn source" -- "${cur}"))
;;
--cookie)
COMPREPLY=($(compgen -W "haproxy" -- "${cur}"))
COMPREPLY=($(compgen -W "" -- "${cur}"))
;;
--display-name)
COMPREPLY=($(compgen -W "" -- "${cur}"))
Expand Down Expand Up @@ -259,7 +259,7 @@ _mussel() {
COMPREPLY=($(compgen -W "leastconn source" -- "${cur}"))
;;
--cookie)
COMPREPLY=($(compgen -W "haproxy" -- "${cur}"))
COMPREPLY=($(compgen -W "" -- "${cur}"))
;;
--display-name)
COMPREPLY=($(compgen -W "" -- "${cur}"))
Expand Down

0 comments on commit a856027

Please sign in to comment.