summaryrefslogtreecommitdiff
path: root/fastboot/fastboot.bash
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot/fastboot.bash')
-rw-r--r--fastboot/fastboot.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/fastboot.bash b/fastboot/fastboot.bash
index cc1366cf4c..406e8b8d78 100644
--- a/fastboot/fastboot.bash
+++ b/fastboot/fastboot.bash
@@ -109,7 +109,7 @@ _fastboot_cmd_flash() {
cur="${COMP_WORDS[COMP_CWORD]}"
if [[ $i -eq $COMP_CWORD ]]; then
- partitions="boot bootloader dtbo modem odm oem product radio recovery system vbmeta vendor vendor_dlkm"
+ partitions="boot bootloader dtbo modem odm odm_dlkm oem product radio recovery system vbmeta vendor vendor_dlkm"
COMPREPLY=( $(compgen -W "$partitions" -- $cur) )
else
_fastboot_util_complete_local_file "${cur}" '!*.img'