From 72eff3121a10fb045965ad2e234fbb4abb1e532f Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Tue, 24 Nov 2015 13:52:31 -0500 Subject: [PATCH] Correct docs since --name is not a valid option for create-project Change-Id: Id0b3bdf0ca1b994f534cfe983be35fa84cbb1f36 --- Documentation/install-quick.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/install-quick.txt b/Documentation/install-quick.txt index ffd68e7169..26232565b7 100644 --- a/Documentation/install-quick.txt +++ b/Documentation/install-quick.txt @@ -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:~$ ----