about summary refs log tree commit diff
path: root/Completion/User/_gprof
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_gprof')
-rw-r--r--Completion/User/_gprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_gprof b/Completion/User/_gprof
index fe7f1fdac..1f7a0fd0e 100644
--- a/Completion/User/_gprof
+++ b/Completion/User/_gprof
@@ -10,7 +10,7 @@ _arguments -C -s -{a,b,c,D,h,i,l,L,s,T,v,w,x,y,z} \
 	   '-m:minimum execution count:' \
 	   ':executable:_files -g \*\(\*\)' \
 	   ':profile file:_files -g gmon.\*' \
-	   -- -s '(#--[no-] --)' \
+	   -- -s '((#s)--[no-] --)' \
            '*=name*:function name:->funcs' \
 	   '*=dirs*:directory:_dir_list' && ret=0