Correct docs since --name is not a valid option for create-project

Change-Id: Id0b3bdf0ca1b994f534cfe983be35fa84cbb1f36
This commit is contained in:
Andrew Bonventre
2015-11-24 13:52:31 -05:00
committed by David Pursehouse
parent c05d8a705c
commit 72eff3121a

View File

@@ -121,7 +121,7 @@ time setup between client and server is easier.
This is done via the SSH port:
----
user@host:~$ ssh -p 29418 user@localhost gerrit create-project --empty-commit --name demo-project
user@host:~$ ssh -p 29418 user@localhost gerrit create-project demo-project --empty-commit
user@host:~$
----
@@ -134,7 +134,7 @@ want to try out Gerrit on.
First you have to create the project. This is done via the SSH port:
----
user@host:~$ ssh -p 29418 user@localhost gerrit create-project --name demo-project
user@host:~$ ssh -p 29418 user@localhost gerrit create-project demo-project
user@host:~$
----