summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-01 22:33:06 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-01 22:33:06 +0200
commitdb14439ef03b67dfacaab96eb40278fe247d4c22 (patch)
treeb892aa12102a9514ec1eb9a5660e3cc7555cb7bd
parent54563e84b72d7b07762eef937ad4f984a71145ea (diff)
doc/pkg: several
-rw-r--r--doc/pkg26
1 files changed, 15 insertions, 11 deletions
diff --git a/doc/pkg b/doc/pkg
index 56edce9..0e8ca19 100644
--- a/doc/pkg
+++ b/doc/pkg
@@ -1,26 +1,30 @@
pkg - Package maintaining utility
-Usage: pkg action [ package ]
+Usage: pkg action [ arguments ]
action may be one of:
- add, install
+ add, install package
fetch given package from the package_root and install it
- changelog
+ changelog package
Show package's changelog (if available)
- changeroot
- Change the default source on all packages
+ changeroot source
+ Change the default source on all packages to source
Example: `changeroot ssh://kraftwerk/var/packages_root` will change
the source of core to 'ssh://kraftwerk/var/packages_root/core'
- delete, remove
+ delete, remove package
Remove the package from the local packages tree
Note: This does not yet remove the symlinks
- info
- Show information on a package, like dependencies, version, etc
+ doc command
+ Show documentation on command, if available
+ Note: command must be shipped by a package, of course
+
+ info package
+ Show information on package, like dependencies, version, etc
list
List all installed packages
@@ -30,14 +34,14 @@ action may be one of:
Hint: `diff <(pkg list) <(pkg list-all)` will show all packages
that are currently not installed
- log
+ log package
Show commit history for package
- status
+ status [ package ]
Check for local changes to the packages files
If no arguments is given, checks all installed packages
- update
+ update [ package ]
retreive and install newest available version of package
If no argument is given, updates all installed packages