" * CREATE {REPOSITORY|REPO} '<repository>'; Create a repository.\n"
" * DELETE {REPOSITORY|REPO} '<repository>'; Create a repository.\n"
" * COMMIT; Write the authz file in the repositories parent dir.\n"
" * LIST {REPOSITORY|REPO}; Get the list of repositories.\n"
" * LIST {PRIVILEGES|PRIV} ['<user>']; Get the list of privileges associed to the user '<user>', otherwise all privileges.\n"
" * GRANT {READ|WRITE} TO '<user or role>' ON '<repository>' ['<location>']; Grant an user to read or read and write on all or specified repository at a location (default : \"/\").\n"
" * REVOKE ALL FROM '<user or role>' ON {ALL|'<repository>'} [{ALL|'<location>'}]; Revoke an user from all privileges on all or specified repository at a location (default : \"/\").\n"
returnMessage("Command list :\n"
" * VERSION; Get the version.\n"
" * REVISION; Get the revision (SVN).\n"
" * BUILD; Get the build date.\n"
" NB:\n{choice|other choice} => choice or other choice.\n[Option] => this is an option.\n");