diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-10 08:31:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-10 08:31:05 +0200 |
commit | 2008ba326f55e3dd7eb88da10fb94d4907f29a27 (patch) | |
tree | 1b57d4bbfd8462835de9f2db5eccb4a4a0bc1d68 /man | |
parent | ab732dc7bae9b524ee01531bc11bb4d8e1a9240d (diff) |
Sorted some stuff
Diffstat (limited to 'man')
-rw-r--r-- | man/1/ct.pod | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/man/1/ct.pod b/man/1/ct.pod index 98b5b13..b73d403 100644 --- a/man/1/ct.pod +++ b/man/1/ct.pod @@ -18,9 +18,10 @@ I<action> may be one of: fetch I<package> from the package_root and install it -=item B<remove> I<package> +=item B<debug> -Remove I<package> from the local packages tree +Show some information useful for debugging. +For real debugging, use zsh -x path/to/ct [...] =item B<eval> I<expression> @@ -54,6 +55,11 @@ show remote packages which are not installed Show commit history for package +=item B<pull> [ I<package> ] + +retrieve and install newest available version of I<package>. +If no argument is given, updates all installed packages + =item B<push> [ I<package> ] push new local versions to PKG_ROOT. @@ -64,6 +70,10 @@ 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<remove> I<package> + +Remove I<package> from the local packages tree + =item B<status> [ I<package> ] Check for local changes to the I<package>'s files. @@ -73,16 +83,6 @@ If no arguments is given, checks all installed packages Update local/remote package list (both if no argument is given) -=item B<pull> [ I<package> ] - -retrieve and install newest available version of I<package>. -If no argument is given, updates all installed packages - -=item B<debug> - -Show some information useful for debugging. -For real debugging, use zsh -x path/to/ct [...] - =back =head2 SHORT ACTIONS |