@cryptotaxi247 / kubo / commits / ebf9511d6

commands: fix description of --api

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Oct 20, 2015 at 01:00 UTC ebf9511d63001054be9abc6b99d9c99f8c4d3022
1 file changed +1 -1
core/commands/root.go
+1 -1
@@ -77,7 +77,7 @@ Use 'ipfs <command> --help' to learn more about each command.
77 cmds.BoolOption("help", "Show the full command help text"),
78 cmds.BoolOption("h", "Show a short version of the command help text"),
79 cmds.BoolOption("local", "L", "Run the command locally, instead of using the daemon"),
80 - cmds.StringOption(ApiOption, "Overrides the routing option (dht, supernode)"),
80 + cmds.StringOption(ApiOption, "Use a specific API instance (defaults to /ip4/127.0.0.1/tcp/5001)"),
81 },
82 }
83