diff options
author | 2015-11-22 00:23:30 -0500 | |
---|---|---|
committer | 2015-11-22 00:25:06 -0500 | |
commit | 17eb8a7663f0469d66decdc3844704a882de28b3 (patch) | |
tree | ce43822de745d0ac880a717a4268df6b795cc6bd | |
parent | ebuild/errors: improve malformed atom exception string output (diff) | |
download | pkgcore-17eb8a7663f0469d66decdc3844704a882de28b3.tar.gz pkgcore-17eb8a7663f0469d66decdc3844704a882de28b3.tar.bz2 pkgcore-17eb8a7663f0469d66decdc3844704a882de28b3.zip |
pquery: minor docstring clarification
-rw-r--r-- | pkgcore/scripts/pquery.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgcore/scripts/pquery.py b/pkgcore/scripts/pquery.py index baf038b50..b181e8188 100644 --- a/pkgcore/scripts/pquery.py +++ b/pkgcore/scripts/pquery.py @@ -456,7 +456,7 @@ repo_group.add_argument( class RawAwareStoreRepoObject(commandline.StoreRepoObject): - """Custom implementation that is aware of the --raw flag.""" + """Custom implementation that is aware of the --raw and --no-filters options.""" def _get_sections(self, config, namespace): if namespace.raw: |