diff options
| author | Tomasz Wojdat <tpwojdat@gmail.com> | 2023-05-16 20:10:13 +0200 |
|---|---|---|
| committer | Tomasz Wojdat <tpwojdat@gmail.com> | 2023-05-16 20:24:21 +0200 |
| commit | bbf5bf8a881f17d5ed9ac6c92a1793163ce47f7e (patch) | |
| tree | 23e5577c858d5a1cf4ed5fe95069e504707a7717 /bash-completion | |
| parent | e27b9ed2c0ab93779938f2a770aeab8033489ab0 (diff) | |
| download | util-linux-bbf5bf8a881f17d5ed9ac6c92a1793163ce47f7e.tar.gz | |
hexdump: add '--one-byte-hex' format option
Signed-off-by: Tomasz Wojdat <tpwojdat@gmail.com>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/hexdump | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/hexdump b/bash-completion/hexdump index 80b1ab6285..981d535d2e 100644 --- a/bash-completion/hexdump +++ b/bash-completion/hexdump @@ -28,6 +28,7 @@ _hexdump_module() case $cur in -*) OPTS=" --one-byte-octal + --one-byte-hex --one-byte-char --canonical --two-bytes-decimal |
