From 719c3693e204885f6c1351dce4175cd487e67a2c Mon Sep 17 00:00:00 2001
From: Richard Littauer <richard.littauer@gmail.com>
Date: Thu, 21 Jan 2016 12:46:59 +0100
Subject: [PATCH] Remove unnecessary sentence

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
---
 core/commands/add.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/commands/add.go b/core/commands/add.go
index e05a871d7..1bf244a49 100644
--- a/core/commands/add.go
+++ b/core/commands/add.go
@@ -34,8 +34,7 @@ var AddCmd = &cmds.Command{
 		ShortDescription: `
 Adds contents of <path> to ipfs. Use -r to add directories.
 Note that directories are added recursively, to form the ipfs
-MerkleDAG. A smarter partial add with a staging area (like git)
-remains to be implemented.
+MerkleDAG.
 `,
 	},
 
-- 
GitLab