diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-10 08:17:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-10 08:17:17 +0200 |
commit | ab732dc7bae9b524ee01531bc11bb4d8e1a9240d (patch) | |
tree | eb6be3b4d650b490eb8d68c505ea5ddae0ecda2d /man/1 | |
parent | 46da59148a2660f5dc947639fc25a1a375b45881 (diff) |
Replaced the fairly useless --debug option by 'ct debug'
Diffstat (limited to 'man/1')
-rw-r--r-- | man/1/ct.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/1/ct.pod b/man/1/ct.pod index 444647e..98b5b13 100644 --- a/man/1/ct.pod +++ b/man/1/ct.pod @@ -78,6 +78,11 @@ Update local/remote package list (both if no argument is given) 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 |