Add information about "hidden" option in dnf doc (RhBug:1349247)

DNF group list "hidden" provides a list of all hidden
groups available to normal user.
This fix provides doc reference to user about this option.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1349247

Backported to dnf-1.1 by Mike DePaulo
This commit is contained in:
Abhijeet Kasurde 2016-12-12 19:58:16 +05:30 committed by Jaroslav Mracek
parent efc5f9c5ae
commit 12873b527a
1 changed files with 1 additions and 0 deletions

View File

@ -335,6 +335,7 @@ Groups are virtual collections of packages. DNF keeps track of groups that the u
List all matching groups, either among installed or available groups. If
nothing is specified list all known groups. Options ``installed`` and ``available`` narrows down the requested list.
Records are ordered by `display_order` tag defined in comps.xml file.
Provides a list of all hidden groups by using option ``hidden``.
Provides more detailed information when ``-v`` option is used.
``dnf [options] group remove <group-spec>...``