1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00
zsh/Completion/Cygwin/Command/_cygserver

22 lines
1.5 KiB
Plaintext
Raw Normal View History

2003-04-07 13:23:14 +02:00
#compdef cygserver cygserver.exe
# cygwin 1.5.25
_arguments -s -S \
'(--config-file -f)'{-f,--config-file}'[use specified config file]:config file [/etc/cygserver.conf]:_files -g "*.conf(-.)"' \
'(--cleanup-threads -c)'{-c,--cleanup-threads}'[number of cleanup threads to use]:number of threads [2]' \
'(--process-cache -p)'{-p,--process-cache}'[size of process cache]:cache size:' \
'(--request-threads -r)'{-r,--request-threads}'[number of request threads to use]:number of threads [10]' \
'(--debug -d)'{-d,--debug}'[log debug messages to stderr]' \
'(--stderr -e --no-stderr -E)'{-e,--stderr}'[log to stderr (default if stderr is a tty)]' \
'(--stderr -e --no-stderr -E)'{-E,--no-stderr}"[don't log to stderr (see -y, -Y options)]" \
'(--log-level -l)'{-l,--log-level}'[specify log verbosity]:verbosity level [6]:({1..7})' \
'(--syslog -y --no-syslog -Y)'{-y,--syslog}'[log to syslog (default if stderr is no tty)]' \
'(--syslog -y --no-syslog -Y)'{-Y,--no-syslog}"[don't log to syslog (see -e, -E options)]" \
'(--no-sharedmem -m)'{-m,--no-sharedmem}"[don't start XSI Shared Memory support]" \
'(--no-msgqueues -q)'{-q,--no-msgqueues}"[don't start XSI Message Queue support]" \
'(--no-semaphores -s)'{-s,--no-semaphores}"[don't start XSI Semaphore support]" \
'(--shutdown -S)'{-S,--shutdown}'[shutdown the daemon]' \
2003-04-07 13:23:14 +02:00
'(--help -h)'{-h,--help}'[output usage information and exit]' \
'(--version -v)'{-v,--version}'[output version information and exit]'