Merge "Remove emergency from the fastboot reboot completions."
This commit is contained in:
commit
243be559a1
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ _fastboot() {
|
|||
;;
|
||||
reboot)
|
||||
if [[ $COMP_CWORD == $i ]]; then
|
||||
args="bootloader emergency"
|
||||
args="bootloader"
|
||||
COMPREPLY=( $(compgen -W "${args}" -- "${COMP_WORDS[i]}") )
|
||||
fi
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue