Merge changes I6835c8fd,I3b945bb7,I8cf752fe

* changes:
  Clean up syntax of cmd-create-branch.txt
  Remove spaces in front of example
  Add a period to the end of description sentence
This commit is contained in:
David Pursehouse
2018-09-24 23:07:01 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
= gerrit close-connection
== NAME
gerrit close-connection - Close the specified SSH connection
gerrit close-connection - Close the specified SSH connection.
== SYNOPSIS
[verse]

View File

@@ -69,7 +69,7 @@ Create a new batch/role access user account called `watcher` in
the 'Non-Interactive Users' group.
----
$ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-account --group "'Non-Interactive Users'" --ssh-key - watcher
$ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-account --group "'Non-Interactive Users'" --ssh-key - watcher
----
GERRIT

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