diff --git a/Documentation/cmd-plugin-install.txt b/Documentation/cmd-plugin-install.txt index 5443613c92..ef68b40f8c 100644 --- a/Documentation/cmd-plugin-install.txt +++ b/Documentation/cmd-plugin-install.txt @@ -46,29 +46,25 @@ This command is intended to be used in scripts. Install a plugin from an absolute file path on the server's host: ---- - ssh -p 29418 localhost gerrit plugin install -n name.jar \ - $(pwd)/my-plugin.jar +ssh -p 29418 localhost gerrit plugin install -n name.jar $(pwd)/my-plugin.jar ---- Install a WebUI plugin from an absolute file path on the server's host: ---- - ssh -p 29418 localhost gerrit plugin install -n name.js \ - $(pwd)/my-webui-plugin.js +ssh -p 29418 localhost gerrit plugin install -n name.js $(pwd)/my-webui-plugin.js ---- Install a plugin from an HTTP site: ---- - ssh -p 29418 localhost gerrit plugin install -n name.jar \ - http://build-server/output/our-plugin +ssh -p 29418 localhost gerrit plugin install -n name.jar http://build-server/output/our-plugin ---- Install a plugin from piped input: ---- - ssh -p 29418 localhost gerrit plugin install -n name.jar \ - -