diff --git a/cmd/ipfs/README.md b/cmd/ipfs/README.md index 5b47554b3..73167b30f 100644 --- a/cmd/ipfs/README.md +++ b/cmd/ipfs/README.md @@ -10,7 +10,7 @@ ipfs - global versioned p2p merkledag file system Basic commands: - init Initialize ipfs local configurationx + init Initialize ipfs local configuration add Add an object to ipfs cat Show ipfs object data ls List links from an object diff --git a/core/commands/root.go b/core/commands/root.go index 7323d6cd1..b2aa25110 100644 --- a/core/commands/root.go +++ b/core/commands/root.go @@ -21,7 +21,7 @@ ipfs [] [] ... ShortDescription: ` Basic commands: - init Initialize ipfs local configurationx + init Initialize ipfs local configuration add Add an object to ipfs cat Show ipfs object data ls List links from an object