summaryrefslogtreecommitdiff
path: root/man/1/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:25:22 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:25:22 +0200
commit8d3d14bcef25bda5cab1be29986b04452c1a156e (patch)
treed7289189fdf097696c9340973f7e6001e03544df /man/1/pkg
parent7f39ae29d58e0fb0a76c65c367508f7b047ad399 (diff)
man/1/pkg: Updated documentation
Diffstat (limited to 'man/1/pkg')
-rw-r--r--man/1/pkg17
1 files changed, 6 insertions, 11 deletions
diff --git a/man/1/pkg b/man/1/pkg
index 467265b..043c3f4 100644
--- a/man/1/pkg
+++ b/man/1/pkg
@@ -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>