summaryrefslogtreecommitdiff
path: root/man/1
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-07 10:42:08 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-07 10:42:08 +0200
commit447213fc519df3fd0741aa0cb52e641060d4df83 (patch)
tree26124dbbe07063f0a76d4e1b1f75bbfdcf3ed3ec /man/1
parent8038b277f89fdca7999451b2c3f60aee3b571862 (diff)
Shortened pkg, updated pkg(1) and the zsh completion
Diffstat (limited to 'man/1')
-rw-r--r--man/1/pkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/1/pkg b/man/1/pkg
index 64027e5..3b5c689 100644
--- a/man/1/pkg
+++ b/man/1/pkg
@@ -16,11 +16,11 @@ I<action> may be one of:
=over
-=item B<add>|B<install> I<package>
+=item B<add> I<package>
fetch given I<package> from the package_root and install it
-=item B<delete>|B<remove> I<package>
+=item B<remove> I<package>
Remove I<package> from the local packages tree
@@ -75,7 +75,7 @@ If no arguments is given, checks all installed packages
Update local/remote package list (both if no argument is given)
-=item B<upgrade>|B<pull> [ I<package> ]
+=item B<pull> [ I<package> ]
retrieve and install newest available version of I<package>.
If no argument is given, updates all installed packages