Clean up syntax of cmd-create-branch.txt

Remove space from example.
Add period to intro sentence.

Change-Id: I6835c8fd1767d5a1c14cd3525590b50be8d251ab
This commit is contained in:
David Shevitz 2018-09-24 09:46:23 -07:00
parent 51d027268d
commit 9754a85b64
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
= gerrit create-branch
== NAME
gerrit create-branch - Create a new branch
gerrit create-branch - Create a new branch.
== SYNOPSIS
[verse]
@ -40,7 +40,7 @@ Create a new branch called 'newbranch' from the 'master' branch of
the project 'myproject'.
----
$ ssh -p 29418 review.example.com gerrit create-branch myproject newbranch master
$ ssh -p 29418 review.example.com gerrit create-branch myproject newbranch master
----
GERRIT