Fix index-activate and index-start documentation

Remove usage of @SSH_PORT@ and @SSH_HOST@ macros. These macros are
working for plugins but not for core documentation.

Change-Id: I3b5a2f7096dda38090a3ae362ae8da75e3e03573
This commit is contained in:
Hugo Arès 2016-04-18 11:47:05 -04:00 committed by David Pursehouse
parent a778c50997
commit cc6a47b12f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ gerrit index activate - Activate the latest index version available
== SYNOPSIS
--
'ssh' -p @SSH_PORT@ @SSH_HOST@ 'gerrit index activate'
'ssh' -p <port> <host> 'gerrit index activate'
--
== DESCRIPTION

View File

@ -5,7 +5,7 @@ gerrit index start - Start the online indexer
== SYNOPSIS
--
'ssh' -p @SSH_PORT@ @SSH_HOST@ 'gerrit index start'
'ssh' -p <port> <host> 'gerrit index start'
--
== DESCRIPTION