summaryrefslogtreecommitdiff
path: root/man/1/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-24 22:44:08 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-24 22:44:08 +0200
commit9c68ce34407839695f995cdaffb5d33100d72257 (patch)
tree8bd660d375f3d7a8e01e84cf2531e8da9c594d3e /man/1/pkg
parentdb795ab3c0ec5dec01690a59efb559bb2fc88cf5 (diff)
man/1/pkg: minor updates
Diffstat (limited to 'man/1/pkg')
-rw-r--r--man/1/pkg6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/1/pkg b/man/1/pkg
index 4167997..d440fe2 100644
--- a/man/1/pkg
+++ b/man/1/pkg
@@ -16,7 +16,7 @@ I<action> may be one of:
=over
-=item B<add>, B<install> I<package> [ I<repository type> ]
+=item B<add>|B<install> I<package> [ I<repository type> ]
fetch given I<package>, tracked with I<repository type> (default: hg)
from the package_root and install it
@@ -32,7 +32,7 @@ Change the default source on all packages to I<source>
Example: `changeroot ssh://kraftwerk/var/packages_root` will change
the source of core to 'ssh://kraftwerk/var/packages_root/core'
-=item B<delete>, B<remove> I<package>
+=item B<delete>|B<remove> I<package>
Remove I<package> from the local packages tree
Note: This does not yet remove the symlinks
@@ -84,6 +84,8 @@ Contains configuration vars
packages tracked in git are not completely supported.
'pkg update' will always try to update them, no matter whether there were
changed or not. Plus, the output of 'pkg update' will break a bit.
+'pkg changeroot' only works for hg packages.
+There might be more fail.
=head1 AUTHOR