Merge pull request #10997 from gravyboat/develop

Fixes for pkg state docs
This commit is contained in:
Thomas S Hatch 2014-03-06 04:52:11 -08:00
commit 0103ccf2a2

View File

@ -382,8 +382,8 @@ def installed(
Multiple Package Installation Options: (not supported in Windows or pkgng) Multiple Package Installation Options: (not supported in Windows or pkgng)
pkgs pkgs
A list of packages to install from a software repository. Each package A list of packages to install from a software repository. All packages
will be installed individually by the package manager. listed under ``pkgs`` will be installed via a single command.
Usage:: Usage::
@ -436,8 +436,8 @@ def installed(
- baz - baz
names names
A list of packages to install from a software repository. All packages A list of packages to install from a software repository. Each package
listed under names will be installed via a single command. will be installed individually by the package manager.
Usage:: Usage::