Skip to content

Commit 67890a8

Browse files
committed
[FAB-8545] Remove --orderer from peer node start doc
"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>
1 parent a9870ec commit 67890a8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/source/commands/peernode.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ peer node start [flags]
3737
```
3838

3939
### Start Flags
40-
The `peer node start` command has the following command specific flags:
41-
42-
* `-o, --orderer <string>`
43-
44-
specifies the ordering service endpoint. Default value is "orderer:7050"
40+
The `peer node start` command has the following command specific flag:
4541

4642
* `--peer-chaincodedev`
4743

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

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

5551
* --logging-level
5652

0 commit comments

Comments
 (0)