Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ad22a5

Browse files
author
Lars Gierth
committedOct 19, 2015
commands: fix description of --api
1 parent dbeebe8 commit 0ad22a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/commands/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Use 'ipfs <command> --help' to learn more about each command.
7777
cmds.BoolOption("help", "Show the full command help text"),
7878
cmds.BoolOption("h", "Show a short version of the command help text"),
7979
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 http://127.0.0.1:5001)"),
8181
},
8282
}
8383

0 commit comments

Comments
 (0)
Please sign in to comment.