diff options
| author | Karel Zak <kzak@redhat.com> | 2024-05-14 10:01:47 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2024-05-14 10:01:47 +0200 |
| commit | 6193777d7ba9e90a1999b1fecdd16f06a3e3cec1 (patch) | |
| tree | 56d99978bf7d9ac6be093850471efbf07269352b /bash-completion | |
| parent | 2d27e6e43f7946092c9cfc5d57b8d4bb58b34356 (diff) | |
| parent | a3d82ae138f4cd1534220773fcd8c29fa21ef540 (diff) | |
| download | util-linux-6193777d7ba9e90a1999b1fecdd16f06a3e3cec1.tar.gz | |
Merge branch 'uuidv7' of https://github.com/t-8ch/util-linux
* 'uuidv7' of https://github.com/t-8ch/util-linux:
uuidgen: add support for RFC9562 UUIDs
uuidparse: add support for RFC9562 UUIDs
libuuid: add support for RFC9562 UUIDs
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/uuidgen | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash-completion/uuidgen b/bash-completion/uuidgen index 45f690d45e..96b91cd624 100644 --- a/bash-completion/uuidgen +++ b/bash-completion/uuidgen @@ -31,6 +31,8 @@ _uuidgen_module() --md5 --count --sha1 + --time-v6 + --time-v7 --hex --help --version |
