Skip to content

Commit

Permalink
Update cmd/juno/juno.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Nowosielski <[email protected]>
Signed-off-by: Ng Wei Han <[email protected]>
  • Loading branch information
weiihann and pnowosie authored Sep 30, 2024
1 parent 3f2fd50 commit 9f11d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/juno/juno.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const (
p2pFeederNodeUsage = "EXPERIMENTAL: Run juno as a feeder node which will only sync from feeder gateway and gossip the new" +
" blocks to the network."
p2pPrivateKeyUsage = "EXPERIMENTAL: Hexadecimal representation of a private key on the Ed25519 elliptic curve."
p2pSyncModeUsage = "EXPERIMENTAL: Synchronization mode: 'full', 'snap'"
p2pSyncModeUsage = "EXPERIMENTAL: Synchronization mode: 'full' (default), 'snap'"
metricsUsage = "Enables the Prometheus metrics endpoint on the default port."
metricsHostUsage = "The interface on which the Prometheus endpoint will listen for requests."
metricsPortUsage = "The port on which the Prometheus endpoint will listen for requests."
Expand Down

0 comments on commit 9f11d7e

Please sign in to comment.