diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-16 23:33:41 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-16 23:33:41 +0200 |
commit | 884086f48f55d27886bc0a24f82e5c2669df7a2d (patch) | |
tree | 5f88c504a9313e251873cd365cc6f21abe72e50f /man | |
parent | ad5ab14071ccbb8ad073002b9f7a3de5800ecec0 (diff) |
pkg {local-,remote-,}update → pkg update {local,remote,}
Diffstat (limited to 'man')
-rw-r--r-- | man/1/pkg | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -52,10 +52,6 @@ show remote packages which are not installed =back -=item B<local-update> - -Update the local package list - =item B<log> I<package> Show commit history for package @@ -70,18 +66,14 @@ If no argument is given, pushes all installed packages Check prereqs and update symlinks of I<package>. If no argument is given, refreshs all installed packages -=item B<remote-update> - -Update remote package list - =item B<status> [ I<package> ] Check for local changes to the I<package>'s files. If no arguments is given, checks all installed packages -=item B<update> +=item B<update> [ B<local>|B<remote> ] -Update local and remote package list +Update local/remote package list (both if no argument is given) =item B<upgrade>|B<pull> [ I<package> ] |