diff --git a/bob/devtools/scripts/dav.py b/bob/devtools/scripts/dav.py index 69d0d92bb769445926a98db933eb0ef5590efed3..26f161d9bdebc7298397edd4a5164b25385c235b 100644 --- a/bob/devtools/scripts/dav.py +++ b/bob/devtools/scripts/dav.py @@ -25,8 +25,10 @@ logger = get_logger(__name__) def dav(): """Commands for reading/listing/renaming/copying content to a WebDAV server - Commands defined here may require a username and a password to operate - properly. + Commands defined here require a server, username and a password to operate + properly. These values will be asked to you everytime you use a subcommand + in this group. To avoid repetitive asking, create a configuration file as + indicated in the :doc:`bob.devtools.install.setup` subsection of the manual. """ pass