about summary refs log tree commit diff
path: root/Completion/Redhat/Command/_yum
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Redhat/Command/_yum')
-rw-r--r--Completion/Redhat/Command/_yum2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Redhat/Command/_yum b/Completion/Redhat/Command/_yum
index a30aa579f..9425ba57c 100644
--- a/Completion/Redhat/Command/_yum
+++ b/Completion/Redhat/Command/_yum
@@ -167,7 +167,7 @@ _yumdb() {
 
       if [ "$cmd" = "help" ]; then
         if (( CURRENT == 2 )); then
-          _describe -t commands 'yum commands' _yum_cmds && ret=0
+          _describe -t commands 'yum command' _yum_cmds && ret=0
         else
           # help takes one argument
           _message 'no more arguments'