Remove deprecated --name option from create project SSH command

The name for the new project should be specified as argument and not
as option.

The --name option is deprecated at least since Gerrit 2.4. It's time
to remove it.

Change-Id: I77f7c8fe31c20d25e2cfd590c8c74772e4b76488
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2015-07-21 15:42:04 +02:00
parent 68532caf30
commit d635d04a3e
2 changed files with 2 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ gerrit create-project - Create a new hosted project
[--empty-commit]
[--max-object-size-limit <N>]
[--plugin-config <PARAM> ...]
{ <NAME> | --name <NAME> }
{ <NAME> }
--
== DESCRIPTION
@@ -49,11 +49,6 @@ This command is intended to be used in scripts.
Required; name of the new project to create. If name ends
with `.git` the suffix will be automatically removed.
--name::
-n::
Deprecated alias for the <NAME> argument. This option may
be removed in a future release.
--branch::
-b::
Name of the initial branch(es) in the newly created project.