cli: Clarify --rpc-endpoint values #1661

Merged
fyrchik merged 1 commit from fyrchik/frostfs-node:cli-rpc-endpoint into master 2025-03-04 07:59:23 +00:00

View file

@ -28,7 +28,7 @@ const (
RPC = "rpc-endpoint"
RPCShorthand = "r"
RPCDefault = ""
RPCUsage = "Remote node address (as 'multiaddr' or '<host>:<port>')"
RPCUsage = "Remote node address ('<host>:<port>' or 'grpcs://<host>:<port>')"
Timeout = "timeout"
TimeoutShorthand = "t"