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
dbefedbb
Commit
dbefedbb
authored
Dec 14, 2014
by
Markus Amalthea Magnuson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
”configurationx” -> ”configuration”
parent
19894c47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cmd/ipfs/README.md
cmd/ipfs/README.md
+1
-1
core/commands/root.go
core/commands/root.go
+1
-1
No files found.
cmd/ipfs/README.md
View file @
dbefedbb
...
@@ -10,7 +10,7 @@ ipfs - global versioned p2p merkledag file system
...
@@ -10,7 +10,7 @@ ipfs - global versioned p2p merkledag file system
Basic commands:
Basic commands:
init Initialize ipfs local configuration
x
init Initialize ipfs local configuration
add <path> Add an object to ipfs
add <path> Add an object to ipfs
cat <ref> Show ipfs object data
cat <ref> Show ipfs object data
ls <ref> List links from an object
ls <ref> List links from an object
...
...
core/commands/root.go
View file @
dbefedbb
...
@@ -21,7 +21,7 @@ ipfs [<flags>] <command> [<arg>] ...
...
@@ -21,7 +21,7 @@ ipfs [<flags>] <command> [<arg>] ...
ShortDescription
:
`
ShortDescription
:
`
Basic commands:
Basic commands:
init Initialize ipfs local configuration
x
init Initialize ipfs local configuration
add <path> Add an object to ipfs
add <path> Add an object to ipfs
cat <ref> Show ipfs object data
cat <ref> Show ipfs object data
ls <ref> List links from an object
ls <ref> List links from an object
...
...
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