diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/1/ct.pod | 5 | ||||
-rw-r--r-- | man/5/caretaker.conf.pod | 4 |
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' |