summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-09-10 08:17:17 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-09-10 08:17:17 +0200
commitab732dc7bae9b524ee01531bc11bb4d8e1a9240d (patch)
treeeb6be3b4d650b490eb8d68c505ea5ddae0ecda2d /man
parent46da59148a2660f5dc947639fc25a1a375b45881 (diff)
Replaced the fairly useless --debug option by 'ct debug'
Diffstat (limited to 'man')
-rw-r--r--man/1/ct.pod5
-rw-r--r--man/5/caretaker.conf.pod4
2 files changed, 5 insertions, 4 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
diff --git a/man/5/caretaker.conf.pod b/man/5/caretaker.conf.pod
index ca729c4..40b58fc 100644
--- a/man/5/caretaker.conf.pod
+++ b/man/5/caretaker.conf.pod
@@ -60,10 +60,6 @@ Show a progress bar when performing tasks on all packages
Operate in silent mode. If B<1>, it also sets PROGRESS=0
-=item B<DEBUG>=I<boolean> (--debug) [0]
-
-Operate in debug mode if 1
-
=item B<AUTOUPDATE>=I<boolean> (--auto-update) [1]
If 1, automatically execute 'ct update' before 'ct push'