about summary refs log tree commit diff
path: root/Completion/Linux/Command/_analyseplugin
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Linux/Command/_analyseplugin')
-rw-r--r--Completion/Linux/Command/_analyseplugin2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_analyseplugin b/Completion/Linux/Command/_analyseplugin
index e7f90ba7b..f7f36db50 100644
--- a/Completion/Linux/Command/_analyseplugin
+++ b/Completion/Linux/Command/_analyseplugin
@@ -4,7 +4,7 @@ local expl context state line nopts ret=1
 typeset -A opt_args
 
 _arguments \
-    '-l[Gives a brief listing (one line per plugin)]' \
+    '-l[gives a brief listing (one line per plugin)]' \
     '(-)1:plugin file:->pfile' \
     '(-)2::plugin label:->plabel' && ret=0