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
ebf9511d
Commit
ebf9511d
authored
Oct 20, 2015
by
Lars Gierth
Committed by
Lars Gierth
Nov 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commands: fix description of --api
License: MIT Signed-off-by:
Lars Gierth
<
larsg@systemli.org
>
parent
c9d118c0
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 @
ebf9511d
...
...
@@ -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