]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (uuidd) add missing --cont-clock
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:24:12 +0000 (13:24 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:24:12 +0000 (13:24 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/uuidd

index c8f6697c9b887df35bfbc3d4e4e520d2cf7eec61..d827454a022bb26f2449901b14f1924af829826f 100644 (file)
@@ -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
                        ;;