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
92f2e844
Commit
92f2e844
authored
Nov 08, 2014
by
Matt Bell
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core/commands2: Updated root help text
parent
165c6954
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
core/commands2/root.go
core/commands2/root.go
+12
-13
No files found.
core/commands2/root.go
View file @
92f2e844
...
...
@@ -16,24 +16,23 @@ var Root = &cmds.Command{
Description
:
"Global P2P Merkle-DAG filesystem"
,
Help
:
`Basic commands:
init Initialize ipfs local configuration.
add <path> Add an object to ipfs.
cat <ref> Show ipfs object data.
ls <ref> List links from an object.
refs <ref> List link hashes from an object.
init Initialize ipfs local configurationx
add <path> Add an object to ipfs
cat <ref> Show ipfs object data
ls <ref> List links from an object
Tool commands:
config Manage configuration
.
update Download and apply go-ipfs updates
.
version Show ipfs version information
.
commands List all available commands
.
config Manage configuration
update Download and apply go-ipfs updates
version Show ipfs version information
commands List all available commands
Advanced Commands:
mount Mount an ipfs read-only mountpoint
.
serve Serve an interface to ipfs
.
net-
diag Print
network
diagnostic
mount Mount an ipfs read-only mountpoint
serve Serve an interface to ipfs
diag
Print diagnostic
s
Plumbing commands:
...
...
@@ -41,7 +40,7 @@ Plumbing commands:
object Interact with raw dag nodes
Use "ipfs
help
<command>" for more information about a command.
Use "ipfs <command>
--help
" for more information about a command.
`
,
Options
:
[]
cmds
.
Option
{
...
...
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