From f489f7b24e6b80abd95502dc57e2a1dea500005a Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 22 Nov 2002 11:50:51 +0000 Subject: 17958: -u and -v options were missing --- Completion/Zsh/Command/_ulimit | 2 ++ 1 file changed, 2 insertions(+) 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' -- cgit 1.4.1