The --yes-do-it parameter was not properly documented yet. Add it to the administration guide.
Signed-off-by: Michele Tartara <[email protected]> --- doc/admin.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/admin.rst b/doc/admin.rst index 6859543..dd45a04 100644 --- a/doc/admin.rst +++ b/doc/admin.rst @@ -1791,7 +1791,11 @@ permissions to files and programs to be correct. The ``users-setup`` tool, when run, takes care of setting up the proper users and groups. -The tool does not accept any parameter, and requires root permissions to run. +When invoked without parameters, the tool runs in interactive mode, showing the +list of actions it will perform and asking for confirmation before proceeding. + +Providing the ``--yes-do-it`` parameter to the tool prevents the confirmation +from being asked, and the users and groups will be created immediately. .. TODO: document cluster-merge tool -- 1.7.10.4
