diff options
-rw-r--r-- | man/1/pkg | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -16,10 +16,9 @@ I<action> may be one of: =over -=item B<add>|B<install> I<package> [ I<repository type> ] +=item B<add>|B<install> I<package> -fetch given I<package>, tracked with I<repository type> (default: hg) -from the package_root and install it +fetch given I<package> from the package_root and install it =item B<changelog> I<package> @@ -62,6 +61,10 @@ Show commit history for package Check for local changes to the I<package>'s files. If no arguments is given, checks all installed packages +=item B<update> + +Update local and remote package list + =item B<upgrade> [ I<package> ] retrieve and install newest available version of I<package>. @@ -79,14 +82,6 @@ Contains configuration vars =back -=head1 BUGS - -packages tracked in git are not completely supported. -'pkg upgrade' will always try to update them, no matter whether there were -changed or not. Plus, the output of 'pkg upgrade' will break a bit. -'pkg changeroot' only works for hg packages. -There might be more fail. - =head1 AUTHOR Daniel Friesel <derf@derf.homelinux.org> |