diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-24 22:44:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-24 22:44:08 +0200 |
commit | 9c68ce34407839695f995cdaffb5d33100d72257 (patch) | |
tree | 8bd660d375f3d7a8e01e84cf2531e8da9c594d3e | |
parent | db795ab3c0ec5dec01690a59efb559bb2fc88cf5 (diff) |
man/1/pkg: minor updates
-rw-r--r-- | man/1/pkg | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |