]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidgen: mark some options mutually exclusive
authorKarel Zak <kzak@redhat.com>
Wed, 23 Aug 2023 09:36:45 +0000 (11:36 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Aug 2023 09:26:23 +0000 (11:26 +0200)
commit28387664019c17cf69324e4f29711018422c4e07
tree1feb03a24c06061cae8fcc80c728686f406cc8d3
parent06d3a851888923a44219ca0967c3050d6b25924c
uuidgen: mark some options mutually exclusive

* types cannot be mixed (--time, --random, --md5 and --sha1)
* --count makes sense only for --time and --random
* --name and --namespace makes sense only for --md5 and --sha1

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/uuidgen.c