From fef463f17c22fe7499ca799e21130426daa904b9 Mon Sep 17 00:00:00 2001 From: Albert Mikaelyan Date: Wed, 3 Jun 2015 16:48:19 +0300 Subject: [PATCH] Update yum.py --- packaging/os/yum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/os/yum.py b/packaging/os/yum.py index 00f77d68dfc..2edc4a696b7 100644 --- a/packaging/os/yum.py +++ b/packaging/os/yum.py @@ -49,7 +49,7 @@ description: options: name: description: - - "Package name, or package specifier with version, like C(name-1.0). When using state=latest, this can be '*' which means run: yum -y update. You can also pass a url or a local path to a rpm file. To operate on several packages this can accept a comma separated list of packages or (as of 2.0) a list of packages." + - "Package name, or package specifier with version, like C(name-1.0). When using state=latest, this can be '*' which means run: yum -y update. You can also pass a url or a local path to a rpm file (using state=present). To operate on several packages this can accept a comma separated list of packages or (as of 2.0) a list of packages." required: true default: null aliases: []