diff options
-rw-r--r-- | doc/man/pkgcheck.rst | 7 | ||||
-rw-r--r-- | pkgcheck/scripts/pkgcheck.py | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/man/pkgcheck.rst b/doc/man/pkgcheck.rst index 26d59e36..52b89969 100644 --- a/doc/man/pkgcheck.rst +++ b/doc/man/pkgcheck.rst @@ -3,12 +3,7 @@ pkgcheck ======== .. include:: pkgcheck/main_synopsis.rst - -Description -=========== - -pkgcheck is a QA utility based on **pkgcore**\(5) similar to **repoman**\(1) from portage. - +.. include:: pkgcheck/main_description.rst .. include:: pkgcheck/main_options.rst .. include:: pkgcheck/keywords.rst diff --git a/pkgcheck/scripts/pkgcheck.py b/pkgcheck/scripts/pkgcheck.py index b411a0d1..62119315 100644 --- a/pkgcheck/scripts/pkgcheck.py +++ b/pkgcheck/scripts/pkgcheck.py @@ -1,4 +1,8 @@ -"""pkgcore-based QA utility""" +"""pkgcore-based QA utility + +pkgcheck is a QA utility based on **pkgcore**\(5) similar to **repoman**\(1) +from portage. +""" from __future__ import absolute_import |