Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
792da9d8
Commit
792da9d8
authored
Nov 30, 2015
by
Juan Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1866 from ipfs/lgierth-patch-1
commands: fix description of --api
parents
20b06a4c
ebf9511d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/commands/root.go
core/commands/root.go
+1
-1
No files found.
core/commands/root.go
View file @
792da9d8
...
...
@@ -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
(
"h"
,
"Show a short version of the command help text"
),
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
)"
),
},
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment