diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-11-22 11:50:51 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-11-22 11:50:51 +0000 |
commit | f489f7b24e6b80abd95502dc57e2a1dea500005a (patch) | |
tree | fec042181e7d9197080ec38ecae8159032868a38 /Completion/Zsh/Command | |
parent | fac39932e902586b7c7ece5667a3651d7ad4fede (diff) | |
download | zsh-f489f7b24e6b80abd95502dc57e2a1dea500005a.tar.gz zsh-f489f7b24e6b80abd95502dc57e2a1dea500005a.tar.xz zsh-f489f7b24e6b80abd95502dc57e2a1dea500005a.zip |
17958: -u and -v options were missing
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r-- | Completion/Zsh/Command/_ulimit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_ulimit b/Completion/Zsh/Command/_ulimit index 22a829aea..0526821dd 100644 --- a/Completion/Zsh/Command/_ulimit +++ b/Completion/Zsh/Command/_ulimit @@ -14,4 +14,6 @@ _arguments -s \ '-n[maximum no. of open file descriptors]:maximum no. of open file descriptors' \ '-s[stack size limit]:stack size limit (K-bytes)' \ '-t[maximum cpu time per process]:maximum cpu time per process (seconds)' \ + '-u[processes available to the user]:processes' \ + '-v[maximum size of virtual memory]:maximum size of virtual memory (K-bytes)' \ '*:size of largest file allowed' |