diff options
| author | Karel Zak <kzak@redhat.com> | 2023-05-22 12:36:45 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2023-05-22 12:36:45 +0200 |
| commit | cc665f33f47345fe5df50d998f1d857c53463ac0 (patch) | |
| tree | 99621ff3e8a550e5508589fead2a49c8d7f74222 /bash-completion | |
| parent | 8a53082787f2c4bdce253a4af0896929e7373710 (diff) | |
| parent | 42de8aba286a1a1e11625e77d82187528792638d (diff) | |
| download | util-linux-cc665f33f47345fe5df50d998f1d857c53463ac0.tar.gz | |
Merge branch 'hexdump-one-byte-hex' of https://github.com/tpwo/util-linux
* 'hexdump-one-byte-hex' of https://github.com/tpwo/util-linux:
hexdump: add new format-strings test case
hexdump: add '--one-byte-hex' format option
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 |
