From 92f2e8440a7d2858f9c56729ed1021238f666807 Mon Sep 17 00:00:00 2001
From: Matt Bell <mappum@gmail.com>
Date: Sat, 8 Nov 2014 03:19:23 -0800
Subject: [PATCH] core/commands2: Updated root help text

---
 core/commands2/root.go | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/core/commands2/root.go b/core/commands2/root.go
index f6a2a1898..1afac44f4 100644
--- a/core/commands2/root.go
+++ b/core/commands2/root.go
@@ -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 diagnostics
 
 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{
-- 
GitLab