diff options
author | Tim Harder <radhermit@gmail.com> | 2015-11-22 18:55:56 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2015-11-22 18:55:56 -0500 |
commit | 43f4ab273aab4c8eeab7d26ceb1eba7900379ff6 (patch) | |
tree | 35126bb9f3a685160f0740d0fdd2edee6109ca7b /doc | |
parent | add support for generating man page descriptions from code (diff) | |
download | pkgcore-43f4ab273aab4c8eeab7d26ceb1eba7900379ff6.tar.gz pkgcore-43f4ab273aab4c8eeab7d26ceb1eba7900379ff6.tar.bz2 pkgcore-43f4ab273aab4c8eeab7d26ceb1eba7900379ff6.zip |
pquery: move long description to module
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pquery.rst | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/man/pquery.rst b/doc/man/pquery.rst index 189409c4..02b1136a 100644 --- a/doc/man/pquery.rst +++ b/doc/man/pquery.rst @@ -3,22 +3,7 @@ pquery ====== .. include:: pquery/main_synopsis.rst - -Description -=========== - -pquery is used to extract various kinds of information about either installed -or uninstalled packages. As you probably guessed from the name it is similar to -equery, but it can do things equery cannot do and is a bit more flexible. - -What pquery does is select packages from one or more "repositories" that match -a boolean combination of restrictions, then print selected information about -those packages. It is important to understand that the information printing and -repository selection options are almost completely separate from the -restriction options. The only exception to that is that restrictions on -contents automatically select the vdb (installed packages) repository, since -running them on source repos makes no sense. - +.. include:: pquery/main_description.rst .. include:: pquery/main_options.rst Usage |