diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-23 21:19:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-23 21:19:44 +0200 |
commit | d04de4e04a8a26dd10696132cc8cb182f8b3bb3a (patch) | |
tree | c4ca0f28e9749ff7eff0199a36eed598022afaa4 /man | |
parent | c92fa1c70b7749eafef9afdd63bf1a3a43e12f0a (diff) |
Enabled support for diverse VCSs (currently hg and git)
Diffstat (limited to 'man')
-rw-r--r-- | man/1/pkg | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,9 +16,10 @@ I<action> may be one of: =over -=item B<add>, B<install> I<package> +=item B<add>, B<install> I<package> [ I<repository type> ] -fetch given I<package> from the package_root and install it +fetch given I<package>, tracked with I<repository type> (default: hg) +from the package_root and install it =item B<changelog> I<package> |