Update yum.py (#78829)

##### SUMMARY
The entire yum command should be highlighted, not only its options.


##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
pull/78858/head
Olivier Clavel 2 years ago committed by GitHub
parent 16cde1104f
commit f8f76c5886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@ options:
version_added: "2.0"
list:
description:
- "Package name to run the equivalent of yum list C(--show-duplicates <package>) against. In addition to listing packages,
- "Package name to run the equivalent of C(yum list --show-duplicates <package>) against. In addition to listing packages,
use can also list the following: C(installed), C(updates), C(available) and C(repos)."
- This parameter is mutually exclusive with I(name).
type: str

Loading…
Cancel
Save