Mention --secure-store-lib in pgm-init doc as links to SecureStore docs

Change-Id: Idf101f1cd6a14781a276e486561f31ee9379c3a0
This commit is contained in:
Marco Miller
2016-04-27 15:16:42 -04:00
parent e47cbbd9e6
commit 0b51c221e5

View File

@@ -13,6 +13,7 @@ init - Initialize a new Gerrit server installation
[--list-plugins]
[--install-plugin=<PLUGIN_NAME>]
[--install-all-plugins]
[--secure-store-lib]
[--dev]
[--skip-all-downloads]
[--skip-download=<LIBRARY_NAME>]
@@ -63,6 +64,12 @@ as necessary.
This option also works in batch mode. This option cannot be supplied
alongside --install-plugin.
--secure-store-lib::
Path to the jar providing the chosen
link:dev-plugins.html#secure-store[SecureStore] implementation class.
This option is used the same way as the --new-secure-store-lib option
documented in link:pgm-SwitchSecureStore.html[SwitchSecureStore].
--install-plugin::
Automatically install plugin with given name without asking.
This option also works in batch mode. This option may be supplied