Skip to content

Commit

Permalink
[FAB-8545] Remove --orderer from peer node start doc
Browse files Browse the repository at this point in the history
"peer node start" doc should not include --orderer flag.
This flag does nothing on "peer node" command.

Change-Id: Ib85b4dcca77b286603d1a82d3afbe87979514fa6
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Feb 26, 2018
1 parent a9870ec commit 67890a8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/source/commands/peernode.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ peer node start [flags]
```

### Start Flags
The `peer node start` command has the following command specific flags:

* `-o, --orderer <string>`

specifies the ordering service endpoint. Default value is "orderer:7050"
The `peer node start` command has the following command specific flag:

* `--peer-chaincodedev`

Expand All @@ -50,7 +46,7 @@ The `peer node start` command has the following command specific flags:
This mode is useful during chaincode development phase for iterative development.
See more information on development mode in the [chaincode tutorial](../chaincode4ade.html).

The global `peer` command flags also apply as described in the topic [`peer command`](./peercommand.html):
The global `peer` command flags also apply as described in the `peer command` [topic](./peercommand.html):

* --logging-level

Expand Down

0 comments on commit 67890a8

Please sign in to comment.