Fix typo.

”configurationx” -> ”configuration”
This commit is contained in:
Markus Amalthea Magnuson 2014-12-14 20:55:29 +01:00
parent 19894c4705
commit dbefedbb2e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ ipfs - global versioned p2p merkledag file system
Basic commands:
init Initialize ipfs local configurationx
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

View File

@ -21,7 +21,7 @@ ipfs [<flags>] <command> [<arg>] ...
ShortDescription: `
Basic commands:
init Initialize ipfs local configurationx
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