@cryptotaxi247 / kubo / commits / 077070228

docs: clarify ipfs id agent version

Marcin Rataj committed Nov 15, 2023 at 15:32 UTC 0770702289fcc77952e92814242764e99557edb9
1 file changed +1 -1
cmd/ipfs/daemon.go
+1 -1
@@ -175,7 +175,7 @@ Headers.
175 cmds.BoolOption(enablePubSubKwd, "DEPRECATED"),
176 cmds.BoolOption(enableIPNSPubSubKwd, "Enable IPNS over pubsub. Implicitly enables pubsub, overrides Ipns.UsePubsub config."),
177 cmds.BoolOption(enableMultiplexKwd, "DEPRECATED"),
178 - cmds.StringOption(agentVersionSuffix, "Optional suffix to the AgentVersion presented by `ipfs id` and also advertised through BitSwap."),
178 + cmds.StringOption(agentVersionSuffix, "Optional suffix to the AgentVersion presented by `ipfs id` and exposed via libp2p identify protocol."),
179
180 // TODO: add way to override addresses. tricky part: updating the config if also --init.
181 // cmds.StringOption(apiAddrKwd, "Address for the daemon rpc API (overrides config)"),