summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-04-04 21:56:55 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-04-04 21:56:55 +0200
commitf66d76f4414111f79dc73eb0f8b76f12741b4b81 (patch)
tree5062748fa68cfdd8e7ec14d89b955d2fde45aa82 /man
parente2c5a8853828f2b4eed53b4cbd77ddcce39412ed (diff)
pkg: pkg_list: Also list not-installed packages, depending on argument
Diffstat (limited to 'man')
-rw-r--r--man/1/pkg21
1 files changed, 15 insertions, 6 deletions
diff --git a/man/1/pkg b/man/1/pkg
index 1cf823c..56e8dae 100644
--- a/man/1/pkg
+++ b/man/1/pkg
@@ -32,16 +32,25 @@ Evauluate I<expression>. See the 'Examples' section and pkg(7)
Show information on I<package>, like dependencies, version, etc
-=item B<list>
+=item B<list> [I<filter>]
-List all installed packages
+List packages depending on I<filter>:
-=item B<list-all>
+=over
+
+=item * B<all>
+
+show all packages
+
+=item * B<local>
-List all available (both installed and not installed packages
+show currently installed packages (default)
-Hint: C<diff <(pkg list) <(pkg list-all)> will show all packages
-that are currently not installed
+=item * B<not-installed>
+
+show remote packages which are not installed
+
+=back
=item B<local-update>