From c7f779e025ce7dc1537506b191eaadd8829aa2c7 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:53:58 +0900 Subject: [PATCH] fix uuidd completion - fix typo --- src/_uuidd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_uuidd b/src/_uuidd index e1a5ffe..eb77193 100644 --- a/src/_uuidd +++ b/src/_uuidd @@ -45,7 +45,7 @@ _arguments \ '(-q --quiet)'{-q,--quiet}'[suppress some failure messages]' \ '(-r --random)'{-r,--random}'[connect to running uuid daemon and request to return a random-based UUID]' \ '(-S --socket-activation -s --socket)'{-S,--socket-activation}'[do not create a socket]' \ - '(-S --socket-activation -s --socket)'{-s,--socket}'[make uuidd use this path name for the unix-domain socket]:sokect:_files' \ + '(-S --socket-activation -s --socket)'{-s,--socket}'[make uuidd use this path name for the unix-domain socket]:socket:_files' \ '(-T --timeout)'{-T,--timeout}'[make uuidd exit after number seconds of inactivity]:seconds' \ '(-t --time)'{-t,--time}'[connect to running uuid daemon and request to return a time-based UUID]' \ '(- *)'{-h,--help}'[display help text and exit]' \