summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/5/caretaker.conf.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/man/5/caretaker.conf.pod b/man/5/caretaker.conf.pod
index b1564b3..ca729c4 100644
--- a/man/5/caretaker.conf.pod
+++ b/man/5/caretaker.conf.pod
@@ -24,9 +24,10 @@ The text in [these braces] is the default value.
=item B<PKG_ROOTS>=(I<url1> I<url2> I<...>) (--packageroot I<url>)
-the package root paths.
-I<url> may either be of the form C<ssh://host/path> or C</path>.
-At least one must be set.
+the package root paths, at least one must be set.
+I<url> may either be of the form C<protocol://host/path> or C</path>,
+the supported protocols are C<git> and C<ssh>.
+Note that pushing is not possible when the C<git> protocol is used.
=item B<PKGLIST_PATH>=I<path> [$PKG_PATH/pkglist]