summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_hexdump
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_hexdump')
-rw-r--r--Completion/Unix/Command/_hexdump1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_hexdump b/Completion/Unix/Command/_hexdump
index f700ca683..140422ac1 100644
--- a/Completion/Unix/Command/_hexdump
+++ b/Completion/Unix/Command/_hexdump
@@ -25,6 +25,7 @@ if [[ $OSTYPE = linux* ]]; then
'(- *)'{-h,--help}'[display usage information]'
'(- *)'{-V,--version}'[display version information]'
)
+ fmts+=( {--one-byte-hex,-X}'[one-byte hexadecimal display]' )
else
# strip long options by taking every second element
print -v fmts -f '%2$s' -- "$fmts[@]"