Skip to content

Commit

Permalink
update command-line flag descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Sep 18, 2024
1 parent 7417304 commit 3395feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimbus/config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ type
name: "rpc" }: bool

rpcApi {.
desc: "Enable specific set of RPC API (available: eth, debug, exp)"
desc: "Enable specific set of RPC API (available: eth, debug)"
defaultValue: @[]
defaultValueDesc: $RpcFlag.Eth
name: "rpc-api" }: seq[string]
Expand All @@ -461,7 +461,7 @@ type
name: "ws" }: bool

wsApi {.
desc: "Enable specific set of Websocket RPC API (available: eth, debug, exp)"
desc: "Enable specific set of Websocket RPC API (available: eth, debug)"
defaultValue: @[]
defaultValueDesc: $RpcFlag.Eth
name: "ws-api" }: seq[string]
Expand Down

0 comments on commit 3395feb

Please sign in to comment.