mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Merge pull request #1940 from dongweiming/update-supervisor
Add version option
This commit is contained in:
commit
b93f3b9f5a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ _arguments \
|
||||||
{--configuration,-c}"[configuration file]:FILENAME:_files" \
|
{--configuration,-c}"[configuration file]:FILENAME:_files" \
|
||||||
{--nodaemon,-n}"[run in the foreground (same as 'nodaemon true' in config file)]" \
|
{--nodaemon,-n}"[run in the foreground (same as 'nodaemon true' in config file)]" \
|
||||||
{--help,-h}"[print this usage message and exit]:" \
|
{--help,-h}"[print this usage message and exit]:" \
|
||||||
|
{--version,-v}"[print supervisord version number and exit]:" \
|
||||||
{--user,-u}"[run supervisord as this user]:USER:_users" \
|
{--user,-u}"[run supervisord as this user]:USER:_users" \
|
||||||
{--umask,-m}"[use this umask for daemon subprocess (default is 022)]" \
|
{--umask,-m}"[use this umask for daemon subprocess (default is 022)]" \
|
||||||
{--directory,-d}"[directory to chdir to when daemonized]" \
|
{--directory,-d}"[directory to chdir to when daemonized]" \
|
||||||
|
|
Loading…
Reference in a new issue