From 9f11d7eab6d03790c1451dc2203ff1308b94e50c Mon Sep 17 00:00:00 2001 From: Ng Wei Han <47109095+weiihann@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:23:57 +0800 Subject: [PATCH] Update cmd/juno/juno.go Co-authored-by: Pawel Nowosielski Signed-off-by: Ng Wei Han <47109095+weiihann@users.noreply.github.com> --- cmd/juno/juno.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/juno/juno.go b/cmd/juno/juno.go index a35f975040..75fb7d3fea 100644 --- a/cmd/juno/juno.go +++ b/cmd/juno/juno.go @@ -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."