summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/hexdump5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash-completion/hexdump b/bash-completion/hexdump
index 9dc274076..80b1ab628 100644
--- a/bash-completion/hexdump
+++ b/bash-completion/hexdump
@@ -5,6 +5,10 @@ _hexdump_module()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
case $prev in
+ '-L'|'--color')
+ COMPREPLY=( $(compgen -W "auto never always" -- $cur) )
+ return 0
+ ;;
'-e'|'--format')
COMPREPLY=( $(compgen -W "format" -- $cur) )
return 0
@@ -29,6 +33,7 @@ _hexdump_module()
--two-bytes-decimal
--two-bytes-octal
--two-bytes-hex
+ --color=
--format
--format-file
--length