From a54fdc70be299a203a51d69c4e823f209a4c06ca Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 6 Jun 2010 13:44:11 +0000 Subject: unposted: fix incorrectly capitalized completion descriptions --- Completion/BSD/Command/_fstat | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Completion/BSD/Command/_fstat') diff --git a/Completion/BSD/Command/_fstat b/Completion/BSD/Command/_fstat index 81948b21d..3e8d61733 100644 --- a/Completion/BSD/Command/_fstat +++ b/Completion/BSD/Command/_fstat @@ -4,12 +4,12 @@ local pids pids=(${${${(f)"$(/usr/bin/procstat -ah)"}/[[:space:]]#/}/[[:space:]]*[[:space:]](ELF[[:digit:]]#[[:space:]]|-[[:space:]]#)/:}) _arguments -s \ -'-f[Restrict examination to files open in the same file systems as the named file arguments]' \ -'-M[Extract values associated with the name list from the specified core]:core:_files' \ -'-N[Extract the name list from the specified system]:system:' \ -'-m[Include memory-mapped files in the listing]' \ -'-n[Numerical format]' \ -'-p[Report all files open by the specified process]:Process id:(($pids))' \ -'-u[Report all files open by the specified user]:User:_users' \ -'-v[Verbose mode]' \ -'*:Files:_files' +'-f[restrict examination to files open in the same file systems as the named file arguments]' \ +'-M[extract values associated with the name list from the specified core]:core:_files' \ +'-N[extract the name list from the specified system]:system:' \ +'-m[include memory-mapped files in the listing]' \ +'-n[numerical format]' \ +'-p[report all files open by the specified process]:process id:(($pids))' \ +'-u[report all files open by the specified user]:user:_users' \ +'-v[verbose mode]' \ +'*:files:_files' -- cgit 1.4.1