1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-19 20:53:04 +08:00

commands: fix description of --api

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth
2015-10-20 01:00:29 +02:00
committed by Lars Gierth
parent c9d118c0db
commit ebf9511d63

View File

@ -77,7 +77,7 @@ Use 'ipfs <command> --help' to learn more about each command.
cmds.BoolOption("help", "Show the full command help text"), cmds.BoolOption("help", "Show the full command help text"),
cmds.BoolOption("h", "Show a short version of the command help text"), cmds.BoolOption("h", "Show a short version of the command help text"),
cmds.BoolOption("local", "L", "Run the command locally, instead of using the daemon"), cmds.BoolOption("local", "L", "Run the command locally, instead of using the daemon"),
cmds.StringOption(ApiOption, "Overrides the routing option (dht, supernode)"), cmds.StringOption(ApiOption, "Use a specific API instance (defaults to /ip4/127.0.0.1/tcp/5001)"),
}, },
} }