Skip to content

Commit d33f0b4

Browse files
author
Seung Woo Kim
committed
Modify codechain.yml so that command description matches that of the manual's
1 parent aaed952 commit d33f0b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

codechain/codechain.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ about: CodeChian Core client
66
args:
77
- config-path:
88
long: config-path
9-
help: Specify the config file path.
9+
help: Specify the certain config file path that you want to use to configure CodeChain to your needs.
1010
takes_value: true
1111
- port:
1212
long: port
@@ -25,18 +25,18 @@ args:
2525
help: Do not open network socket.
2626
- min-peers:
2727
long: min-peers
28-
help: Minimum number of connections
28+
help: Sets the minimum number of connections the user would like.
2929
takes_value: true
3030
default_value: "10"
3131
- max-peers:
3232
long: max-peers
33-
help: Maximum number of connections
33+
help: Sets the maximum number of connections the user would like.
3434
takes_value: true
3535
default_value: "30"
3636
- instance-id:
3737
short: i
3838
long: instance-id
39-
help: Specify instance id for logging.
39+
help: Specify instance id for logging. Used when running multiple instances of CodeChain.
4040
takes_value: true
4141
- quiet:
4242
short: q
@@ -45,7 +45,7 @@ args:
4545
- chain:
4646
short: c
4747
long: chain
48-
help: Chain type; solo, solo_authority, tendermint or a path to chain spec file.
48+
help: Sets the blockchain type out of solo, solo_authority, tendermint or a path to chain spec file.
4949
takes_value: true
5050
- db-path:
5151
long: db-path
@@ -88,7 +88,7 @@ args:
8888
help: Do not use discovery
8989
- discovery:
9090
long: discovery
91-
help: p2p discovery extension
91+
help: Decides which p2p discovery extension to use. Options are kademlia and unstructured. In a testing environment, an unstructured p2p network is desirable because it is more than sufficient when there are a few users.
9292
takes_value: true
9393
possible_values:
9494
- kademlia

0 commit comments

Comments
 (0)