Merge "Add "threads" command to gerrit.sh bash_completion script"
This commit is contained in:
commit
ced45dfa0b
@ -65,7 +65,7 @@ _gerrit_sh()
|
||||
COMPREPLY=()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||
opts="check restart run start status stop supervise"
|
||||
opts="check restart run start status stop supervise threads"
|
||||
|
||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user