fix uuidd completion

- fix typo
This commit is contained in:
Shohei YOSHIDA 2026-03-08 22:53:58 +09:00
parent 0737ba0f1e
commit c7f779e025
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ _arguments \
'(-q --quiet)'{-q,--quiet}'[suppress some failure messages]' \ '(-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]' \ '(-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-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 --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]' \ '(-t --time)'{-t,--time}'[connect to running uuid daemon and request to return a time-based UUID]' \
'(- *)'{-h,--help}'[display help text and exit]' \ '(- *)'{-h,--help}'[display help text and exit]' \