From 347dbbdc6498d6df8fdeb8aa5d6f967edaa6d833 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 13:24:12 -0400 Subject: [PATCH] bash-completion: (uuidd) add missing --cont-clock Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/uuidd | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/bash-completion/uuidd b/bash-completion/uuidd index c8f6697c9b..d827454a02 100644 --- a/bash-completion/uuidd +++ b/bash-completion/uuidd @@ -29,7 +29,21 @@ _uuidd_module() esac case $cur in -*) - OPTS="--pid --socket --timeout --kill --random --time --uuids --no-pid --no-fork --socket-activation --debug --quiet --version --help" + OPTS="--cont-clock + --pid + --socket + --timeout + --kill + --random + --time + --uuids + --no-pid + --no-fork + --socket-activation + --debug + --quiet + --version + --help" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;; -- 2.47.3