Correct documentation of required capabilities for listing plugins

Change-Id: Ib1a38e6514be179af46bf513cb2918140cdd6f3e
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2015-04-29 14:24:23 +02:00
committed by David Pursehouse
parent 60f8471612
commit b3f31d8b6f

View File

@@ -14,9 +14,12 @@ plugin ls - List the installed plugins.
List the installed plugins and show their version and status.
== ACCESS
* Caller must be a member of the privileged 'Administrators' group.
* The caller must be a member of a group that is granted the
link:access-control.html#capability_viewPlugins[View Plugins]
capability or the link:access-control.html#capability_administrateServer[
Administrate Server] capability.
* link:config-gerrit.html#plugins.allowRemoteAdmin[plugins.allowRemoteAdmin]
must be enabled in `$site_path/etc/gerrit.config`.
must be enabled in `$site_path/etc/gerrit.config`.
== SCRIPTING
This command is intended to be used in scripts.