Skip to content

Commit

Permalink
hide node-id command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jul 30, 2020
1 parent af1112f commit 7e180b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Chainweb/Chainweb.hs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,9 @@ pChainwebConfiguration = id
<> short 'v'
<> help "the chainweb version that this node is using"
<*< configNodeIdDeprecated .:: option auto
% long "node-id"
% hidden
<> internal
<> long "node-id"
<> short 'i'
<> help "DEPRECATED. The value is ignored"
<*< configHeaderStream .:: boolOption_
Expand Down

0 comments on commit 7e180b3

Please sign in to comment.